Remove deprecated pod-infra-container-image flag#133779
Remove deprecated pod-infra-container-image flag#133779k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions 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. |
|
is it still WIP because of kubeadm work needed? |
Yes. |
e1bce0a to
e6b0226
Compare
e6b0226 to
dc686f2
Compare
|
/test pull-kubernetes-e2e-kind |
|
I see that some projects are still referencing this parameter (maintainers of other projects have already cited the link to this PR in issues or pull requests). Can we safely remove it in v1.35? If we remove it now, could it cause their services to become unavailable? |
My guess is that people test before new project releases. |
I have sent a message via Slack to maintainers of the related project. https://cs.k8s.io/?q=--pod-infra-container-image&i=nope&literal=nope&files=&excludeFiles |
|
/cc @SergeyKanzhelev |
SergeyKanzhelev
left a comment
There was a problem hiding this comment.
/lgtm
/approve
thank you!
|
LGTM label has been added. DetailsGit tree hash: 32fea959cc8c9ecf5e2eefff796fa5413c9825e3 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: carlory, SergeyKanzhelev The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Generally yes, but we have some tools we use that must work even with unreleased kubernetes, we should take special care for what we're using for release-blocking signal, whenever possible. In this case I think we're already fine. |
The --pod-infra-container-image flag was removed from kubelet in Kubernetes 1.35 (kubernetes/kubernetes#133779). Nodes provisioned with this flag on 1.35+ fail to start kubelet: failed to parse kubelet flag: unknown flag: --pod-infra-container-image Remove it from the base kubelet flags for K8s minor version >= 35, following the same pattern used for --cloud-config (>= 1.34) and --keep-terminated-pod-volumes (< 1.31). Fixes #1516 Co-Authored-By: Claude Opus 4.6 <[email protected]>
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
A follow up of #133108
Which issue(s) this PR is related to:
Fixes #106893
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: