image-builder icon indicating copy to clipboard operation
image-builder copied to clipboard

Remove dependency on pod-infra-container-image kubelet command flag

Open sriramandev opened this issue 2 months ago • 2 comments

https://github.com/kubernetes/kubernetes/pull/133779 will remove the --pod-infra-container-image flag from kubelet's command line in 1.35.

images/capi/ansible/roles/kubernetes/defaults/main.yml has dependency on the flag. Need to make sure this no more exists.

sriramandev avatar Oct 17 '25 08:10 sriramandev

/cc @mboersma Looks like a place was missed in the PR ☝️

AverageMarcus avatar Oct 17 '25 09:10 AverageMarcus

That reference was left in on purpose. If you read the review comments, we thought it would be safer to have kubeadm remove this flag.

mboersma avatar Oct 17 '25 10:10 mboersma