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

pull/274/head
Noel Georgi 2017-12-18 20:30:51 +05:30
parent 07aae4fb45
commit cf27717840
No known key found for this signature in database
GPG Key ID: B3709E1190EF8DC0
1 changed files with 1 additions and 1 deletions

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 \\