Skip to content

Commit

Permalink
Merge pull request #4590 from rphillips/fixes/disable_anonymous_auth_…
Browse files Browse the repository at this point in the history
…bootstrap

Bug 1920243: disable anonymous auth on bootstrap nodes
  • Loading branch information
openshift-merge-robot committed Jan 25, 2021
2 parents cf96401 + 95101da commit bdbea02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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,7 @@ EnvironmentFile=-/etc/kubernetes/kubelet-pause-image-override

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

0 comments on commit bdbea02

Please sign in to comment.