Red Hat Bugzilla Change Email Address Request
by Red Hat Bugzilla
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).
7 years, 5 months
[Bug 1264699] New: kubernetes do not respect tpmfiles.d policu
by Red Hat Bugzilla
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-t...
Here is a trivial patch to add that.
--
You are receiving this mail because:
You are on the CC list for the bug.
7 years, 5 months
[Bug 1269449] New: Summary for kubernetes-devel package should be more informative
by Red Hat Bugzilla
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.
7 years, 5 months
[Bug 1210364] New: Embedded kubelet cadvisor fails to enumerate docker containers
by Red Hat Bugzilla
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.
7 years, 5 months