-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes v1.12.6 + Use Docker images for individual components instead of hyperkube #1825
Conversation
Could you add a reference for this statement? :) I mean I don't really care, but if I look at this PR in 6 months it will not be clear why we changed away from hyperkube. |
Please also reference the issues we had with Hyperkube (if any). |
174f799
to
1369837
Compare
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
1369837
to
011b71a
Compare
👍 |
Reference to why we go away from hyperkube is in the PR comment |
Can you summarize what |
@szuecs |
ok thanks |
👍 |
This includes two changes:
v1.12.6
(https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md#downloads-for-v1126)hyperkube
because it doesn't seem to be widely used for running Kubernetes and we run into issues like: memory leak in kubelet 1.12.5 kubernetes/kubernetes#73587. There's also talk about removing support forhyperkube
: Deprecate "containerized kubelet" kubernetes/kubernetes#74148