Update the kube-proxy command

This commit is contained in:
robbiezhang
2018-08-24 21:01:12 +00:00
committed by Robbie Zhang
parent e445f9235c
commit c0af40bdbd

View File

@@ -413,7 +413,7 @@ func getKubeProxyContainer(clusterCIDR string) *aci.Container {
Command: []string{
"/bin/bash",
"-c",
"/hyperkube proxy --kubeconfig="+kubeConfigDir+"/"+kubeConfigFile+" --cluster-cidr="+clusterCIDR+" --feature-gates=ExperimentalCriticalPodAnnotation=true",
"while true; do /setup_iptables.sh && /hyperkube proxy --kubeconfig="+kubeConfigDir+"/"+kubeConfigFile+" --cluster-cidr="+clusterCIDR+" --feature-gates=ExperimentalCriticalPodAnnotation=true; done",
},
},
}