-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Use the same version of the pause image for all container runtimes #49296
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@afbjorklund can you please cut a PR to update that reference to thanks! |
I think it would need some kind of constant, to match k8s version and to not miss 3.11? Since
And then I guess it needs some kind of blurb for docker systemd config, |
Added an issue for cri-dockerd, to update the pause image to the same as everyone else: The default should be fine for supported versions of containerd and cri-o, without config. It was just that the Kubernetes documentation (previously) suggested downgrading them... |
This is a Bug Report
Problem:
Currently different container runtimes are using different versions of the pause image, in their configuration.
Proposed Solution:
The pause image version should match what
kubeadm
checks for, which might vary by the Kubernetes version.Page to Update:
https://kubernetes.io/docs/setup/production-environment/container-runtimes/
registry.k8s.io/pause:3.2
registry.k8s.io/pause:3.6
* currently docker is missing the information, what value to use for cri-dockerd
Additional Information:
#48976 (comment)
The text was updated successfully, but these errors were encountered: