Disable anonymous auth for Kubelet
Change-Id: Ia04564c1221977a1ff0fe87e9f923a3a016a8836
This commit is contained in:
parent
be5689cf61
commit
6a5295687a
@ -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'] }} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user