Skip to content

Commit

Permalink
update kubelet flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Dec 18, 2017
1 parent af9f6d7 commit 63ff993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/09-bootstrapping-kubernetes-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ ExecStart=/usr/local/bin/kubelet \\
--anonymous-auth=false \\
--authorization-mode=Webhook \\
--client-ca-file=/var/lib/kubernetes/ca.pem \\
--cloud-provider= \\
--cluster-dns=10.32.0.10 \\
--cluster-domain=cluster.local \\
--container-runtime=remote \\
Expand All @@ -148,7 +149,6 @@ ExecStart=/usr/local/bin/kubelet \\
--network-plugin=cni \\
--pod-cidr=${POD_CIDR} \\
--register-node=true \\
--require-kubeconfig \\
--runtime-request-timeout=15m \\
--tls-cert-file=/var/lib/kubelet/${HOSTNAME}.pem \\
--tls-private-key-file=/var/lib/kubelet/${HOSTNAME}-key.pem \\
Expand Down

0 comments on commit 63ff993

Please sign in to comment.