-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
[Dockershim removal] Document the change for pod-infra-container-image #30842
Comments
/sig docs |
/triage accepted |
I'm not quite sure what needs to happen with this issue specifically. Is the umbrella issue going to cover this? What needs to change in relation to this issue? |
@SergeyKanzhelev Can you please describe more? |
similar to this: kubernetes/kubernetes#108144 The flag |
/milestone 1.24 |
@SergeyKanzhelev Users should stop using the flag only when using a container runtime that supports image pinning. At the moment there's work being done on the containerd side. Other CRIs only have issues created for implementing image pining: |
The current situation is that you end up with two (or more) versions of pod-infra-container:
Depending on the actual versions of kubernetes and the container runtime being involved.
|
The pod-infra-container-image flag is only mentioned in two files currently. The one in reference docs will go away when reference docs are rebuilt for 1.24. The mention in https://kubernetes.io/docs/setup/production-environment/windows/intro-windows-in-kubernetes/ will be removed in PR to be named later. If there are new feature to replace image pining for other runtimes, please create a new issue. |
PR #31899 removes the |
The dockershim work is ongoing, but as 1.24 is releasing today, i'm clearing the milestone. /milestone clear |
The final instance of --pod-infra-container-image was removed with PR # 33582. |
@chrisnegus: Closing this issue. In response to this:
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/test-infra repository. |
/reopen this bug was suggesting to add a note to dockershim migration document to suggest customers what to replace this flag with on migration off dockershim. See comment #30842 (comment) This document will benefit from this instruction: https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/#configure-the-kubelet-to-use-containerd-as-its-container-runtime This is one of the flags, other flags not documented in the migration document and causing confusion (see report: https://twitter.com/krisnova/status/1528735755794894850?t=RWDf1J4FsWgZdNmGk4Cf4A&s=03):
|
@SergeyKanzhelev: Reopened this issue. In response to this:
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/test-infra repository. |
For cri-dockerd, it is called But I believe the current status (editing flags in systemd unit) is documented properly, on the container runtime page. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
@SergeyKanzhelev Would it be appropriate to link this right before this section starts? |
/kind feature
/sig node
Update docs for the flag pod-infra-container-image as dockershim is removed (also tracked here: Clean up dockershim flags in the kubelet kubernetes#106893)
Document how to transition from using this flag to Contained setting when migrating off dockershim
Also see kubernetes/kubernetes#106903 (comment)
The text was updated successfully, but these errors were encountered: