removed the deprecated option and added the mandatory cloud-provider flag

This commit is contained in:
Noel Georgi
2017-12-18 20:30:51 +05:30
parent 07aae4fb45
commit cf27717840

View File

@@ -148,7 +148,7 @@ ExecStart=/usr/local/bin/kubelet \\
--network-plugin=cni \\
--pod-cidr=${POD_CIDR} \\
--register-node=true \\
--require-kubeconfig \\
--cloud-provider= \\
--runtime-request-timeout=15m \\
--tls-cert-file=/var/lib/kubelet/${HOSTNAME}.pem \\
--tls-private-key-file=/var/lib/kubelet/${HOSTNAME}-key.pem \\