By default, anonymous access to the Kubelet server is enabled. This
configuration check ensures that anonymous requests to the Kubelet
server are disabled. Edit the Kubelet server configuration file
/etc/kubernetes/kubelet.conf
on the kubelet node(s)
and set the below parameter:
authentication:
...
anonymous:
enabled: false
...