Restart Kubernetes API server with different options
I'm pretty new to Kubernetes and clusters so this might be very simple. I set up a Kubernetes cluster with 5 nodes using kubeadm following this guide . I got some issues but it all worked in the end. So now I want to install the Web UI (Dashboard) . To do so I need to set up authentication: Please note, this works only if the apiserver is set up to allow authentication with username and password. This is not currently the case with the some setup tools (e.g., kubeadm). Refer to the authentication admin documentation for information on how to configure authentication manually. So I got to read