https://bugzilla.redhat.com/show_bug.cgi?id=1174354
Bug ID: 1174354 Summary: Missing Requires: cadvisor Product: Fedora Version: 21 Component: kubernetes Assignee: jchaloup@redhat.com Reporter: tstclair@redhat.com QA Contact: extras-qa@fedoraproject.org CC: eparis@redhat.com, golang@lists.fedoraproject.org, jchaloup@redhat.com, lsm5@redhat.com, nhorman@redhat.com, vbatts@redhat.com
Description of problem: k8's has a missing run-time dependency on cadvisor that is not installed when k8's is installed.
Version-Release number of selected component (if applicable): 0.6-4.0.git993ef88.fc21
How reproducible: 100%
Steps to Reproduce: 1. yum install kubernetes 2. check installation list
Actual results: no cadvisor
Expected results: install cadvisor
https://bugzilla.redhat.com/show_bug.cgi?id=1174354
Timothy St. Clair tstclair@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |medium CC| |jvyas@redhat.com, | |tstclair@redhat.com Hardware|Unspecified |All OS|Unspecified |Linux Severity|unspecified |medium
https://bugzilla.redhat.com/show_bug.cgi?id=1174354
--- Comment #1 from Eric Paris eparis@redhat.com --- cadvisor is an optional requirement. upstream they use the kubelet to launch a cadvisor pod on every node instead of having it installed on every node. I'd like to get there someday.
I'm ok making our cadvisor binary a runtime requirement for now, but I don't know if it's needed. I dropped it since cadvisor sometimes gets itself into a bit of a mess and spins at 100% cpu and we don't have the time to run that down, especially since most of kube works without cadvisor installed...
https://bugzilla.redhat.com/show_bug.cgi?id=1174354
--- Comment #2 from Jay Vyas jvyas@redhat.com --- in the fedora portion of the docs, it is listed as a companion that is brought in by kube.
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-s...
Hence at least we should update the docs.
https://bugzilla.redhat.com/show_bug.cgi?id=1174354
Timothy St. Clair tstclair@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rrati@redhat.com
--- Comment #3 from Timothy St. Clair tstclair@redhat.com --- So cadvisor is essential for scheduling: https://github.com/GoogleCloudPlatform/kubernetes/issues/160
*required.
Rob could please take.
https://bugzilla.redhat.com/show_bug.cgi?id=1174354
--- Comment #4 from Fedora End Of Life endoflife@fedoraproject.org --- This message is a reminder that Fedora 21 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 21. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '21'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 21 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1174354
Fedora End Of Life honza.kurik@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |WONTFIX Last Closed| |2015-12-02 01:01:34
https://bugzilla.redhat.com/show_bug.cgi?id=1174354
--- Comment #5 from Fedora End Of Life honza.kurik@gmail.com --- Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
golang@lists.fedoraproject.org