Remove the --pod-infra-container-image flag from cluster/gce

This commit is contained in:
carlory
2025-08-29 18:09:13 +08:00
parent 1b5fb46b72
commit 784b842a44

View File

@@ -1013,7 +1013,6 @@ function Start-WorkerServices {
# otherwise kubelet and kube-proxy will not be able to run properly.
$instance_name = "$(Get-InstanceMetadata 'name' | Out-String)"
$default_kubelet_args = @(`
"--pod-infra-container-image=${env:INFRA_CONTAINER}",
"--hostname-override=${instance_name}"
)