Skip to content

Commit

Permalink
disable anonymous auth on bootstrap nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Jan 25, 2021
1 parent a514c68 commit 61039f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/data/bootstrap/systemd/units/kubelet.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ EnvironmentFile=-/etc/kubernetes/kubelet-pause-image-override

ExecStart=/usr/bin/hyperkube \
kubelet \
--anonymous-auth=false \
--authorization-mode=Webhook \
--container-runtime=remote \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-request-timeout=${KUBELET_RUNTIME_REQUEST_TIMEOUT} \
Expand Down

0 comments on commit 61039f2

Please sign in to comment.