Red Hat Bugzilla has received a request to change the email address
for your account to golang-updates(a)lists.fedoraproject.org.
If you are not the person who made this request, or you wish to cancel
this request, visit the following link:
https://bugzilla.redhat.com/token.cgi?t=8hq3M4wkHX&a=cxlem
If you do nothing, and golang-updates(a)lists.fedoraproject.org confirms this request,
the change will be made permanent after 3 days
(on July 3, 2016 at 15:24 EDT).
You have (or someone impersonating you has) requested to change your
Red Hat Bugzilla password. To complete the change, visit the following link:
https://bugzilla.redhat.com/token.cgi?t=rlOCQH6t7S&a=cfmpw
If you are not the person who made this request, or you wish to cancel
this request, visit the following link:
https://bugzilla.redhat.com/token.cgi?t=rlOCQH6t7S&a=cxlpw
If you do nothing, the request will lapse after 3 days
(on July 3, 2016 at 15:20 EDT) or when you
log in successfully.
https://bugzilla.redhat.com/show_bug.cgi?id=1340643
Bug ID: 1340643
Summary: Update to origin v1.2.0
Product: Fedora
Version: rawhide
Component: kubernetes
Assignee: jchaloup(a)redhat.com
Reporter: jchaloup(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com, golang(a)lists.fedoraproject.org,
jcajka(a)redhat.com, jchaloup(a)redhat.com,
nhorman(a)redhat.com, vbatts(a)redhat.com
https://github.com/openshift/origin/releases/tag/v1.2.0
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1264699
Bug ID: 1264699
Summary: kubernetes do not respect tpmfiles.d policu
Product: Fedora
Version: 22
Component: kubernetes
Assignee: jchaloup(a)redhat.com
Reporter: mscherer(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com, golang(a)lists.fedoraproject.org,
jcajka(a)redhat.com, jchaloup(a)redhat.com,
lsm5(a)redhat.com, nhorman(a)redhat.com, vbatts(a)redhat.com
Description of problem:
/run/kubernetes is listed as unowned.
]
That's against policy:
https://fedoraproject.org/wiki/Packaging:Tmpfiles.d
Version-Release number of selected component (if applicable):
kubernetes-1.1.0-0.5.gite44c8e6.fc22.x86_64
How reproducible:
each time
Steps to Reproduce:
1. install kubernetes
2. verify with rpm -qf
Actual results:
# rpm -qf /run/kubernetes/
file /run/kubernetes is not owned by any package
Expected results:
file is owned, and with the right permission.
Additional info:
This also mean that something create /run/kubernetes/ owned as root:root, which
prevent kubernetes-apiserver from starting:
Sep 20 14:01:15 gluster2 kube-apiserver[17759]: E0920 14:01:15.230961 17759
server.go:485] Unable to listen for secure (open
/var/run/kubernetes/apiserver.crt: no such file or directory); will try again.
And likely linked to
http://ask.projectatomic.io/en/question/199/missing-apiservercrt-unable-to-…
Here is a trivial patch to add that.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1269449
Bug ID: 1269449
Summary: Summary for kubernetes-devel package should be more
informative
Product: Fedora
Version: rawhide
Component: kubernetes
Severity: low
Assignee: jchaloup(a)redhat.com
Reporter: kumarpraveen.nitdgp(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com, golang(a)lists.fedoraproject.org,
jcajka(a)redhat.com, jchaloup(a)redhat.com,
lsm5(a)redhat.com, nhorman(a)redhat.com, vbatts(a)redhat.com
Description of problem:
Currently if you check kubernetes-devel package summary section which directly
inherit from master package and not much informative till user check
description section.
Version-Release number of selected component (if applicable):
N/A
How reproducible:
N/A
Actual results:
Summary : Container cluster management
Expected results: (something like below, wording can be changed)
Summary : Libraries to build packages which use
GoogleCloudPlatform/kubernetes
Additional info:
N/A
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1210364
Bug ID: 1210364
Summary: Embedded kubelet cadvisor fails to enumerate docker
containers
Product: Fedora
Version: 22
Component: kubernetes
Assignee: jchaloup(a)redhat.com
Reporter: stefw(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com, golang(a)lists.fedoraproject.org,
jchaloup(a)redhat.com, lsm5(a)redhat.com,
nhorman(a)redhat.com, vbatts(a)redhat.com
Description of problem:
The cAdvisor embedded in kubelet fails to enumerate docker containers. It fails
with the message:
failed to get all Docker containers with error: unable to find data for
container /system.slice/docker-....scope
Version-Release number of selected component (if applicable):
kubernetes-0.13.2-0.5.git8d94c43.fc22.x86_64
How reproducible:
Every time. Tried restarting Docker.
Steps to Reproduce:
1. http://localhost:4194/api/v1.2/docker
1. Or just go to http://localhost:4194 and click on 'Docker Containers' to see
the same thing.
Actual results:
failed to get all Docker containers with error: unable to find data for
container
/system.slice/docker-9dade0a01bf0368b6c0dad722f7e85af98593dde00873e6abb2cfd86d2d2b7a9.scope
Expected results:
Output like this:
{"/system.slice/docker-1a0bda816225dc1fcae4e9f0583f982664675f66d523095513ff01694c3311e1.scope":{"name":"/system.slice/docker-1a0bda816225dc1fcae4e9f0583f982664675f66d523095513ff01694c3311e1.scope","aliases":["k8s_ruby-helloworld.8ec853e6_frontend-58wav_default_19192267-d9c8-11e4-b2d6-10c37bdb8410_025ed744","1a0bda816225dc1fcae4e9f0583f982664675f66d523095513ff01694c3311e1"],"namespace":"docker","spec":{"creation_time":"0001-01-01T00:00:00Z","has_c...
Additional info:
When running standalone cadvisor I get the above expected output.
cadvisor-0.10.1-0.1.gitef7dddf.fc22.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1335179
Bug ID: 1335179
Summary: flannel is FTBFS on rawhide
Product: Fedora
Version: rawhide
Component: flannel
Assignee: jchaloup(a)redhat.com
Reporter: pbrobinson(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com, golang(a)lists.fedoraproject.org,
jchaloup(a)redhat.com, linville(a)redhat.com,
nhorman(a)redhat.com, vbatts(a)redhat.com
mkdir -p $WORK/github.com/coreos/flannel/subnet/_obj/
cd
/builddir/build/BUILD/flannel-cb8284fb60737793596dd2fc98d9608d3d0d66f0/src/github.com/coreos/flannel/subnet
/usr/lib/golang/pkg/tool/linux_amd64/compile -o
$WORK/github.com/coreos/flannel/subnet.a -trimpath $WORK -p
github.com/coreos/flannel/subnet -complete -buildid
f101751372ad1eca69009165eceff5e8a271b1e5 -D
_/builddir/build/BUILD/flannel-cb8284fb60737793596dd2fc98d9608d3d0d66f0/src…
-I $WORK -I
/builddir/build/BUILD/flannel-cb8284fb60737793596dd2fc98d9608d3d0d66f0/pkg/linux_amd64
-I /usr/share/gocode/pkg/linux_amd64 -pack ./config.go ./etcd.go
./mock_registry.go ./mock_subnet.go ./rand.go ./registry.go ./renew.go
./subnet.go ./watch.go
# github.com/coreos/flannel/subnetsrc/github.com/coreos/flannel/subnet/registry.go:59: not enough arguments in
call to transport.NewTransport
error: Bad exit status from /var/tmp/rpm-tmp.y7q3lt (%build)
This bug mentions network/subnet so it might be fixed by a rebase
https://bugzilla.redhat.com/show_bug.cgi?id=1223445
--
You are receiving this mail because:
You are on the CC list for the bug.