Disable anonymous auth for Kubelet

Change-Id: Ia04564c1221977a1ff0fe87e9f923a3a016a8836
This commit is contained in:
Mark Burnett 2018-08-27 15:09:26 -05:00
parent be5689cf61
commit 6a5295687a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ After=network-online.target
[Service]
ExecStart=/opt/kubernetes/bin/kubelet \
--allow-privileged=true \
--anonymous-auth=false \
--client-ca-file=/etc/kubernetes/pki/cluster-ca.pem \
--cluster-dns={{ config['KubernetesNetwork:dns.service_ip'] }} \
--cluster-domain={{ config['KubernetesNetwork:dns.cluster_domain'] }} \