mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 02:06:23 +00:00
Remove the --pod-infra-container-image flag from cluster/gce
This commit is contained in:
@@ -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}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user