Following this tutorial, I set up a worker node for my cluster. However, after running the join
command and attempting kubectl get node
to verify the node was connected, I am met with the following error
W0215 17:58:44.648813 3084402 loader.go:223] Config not found: /etc/kubernetes/admin.conf
The connection to the server localhost:8080 was refused - did you specify the right host or port?
Checking for the existence of admin.conf
in /etc/kubernetes/
shows it does not exist. I have ensured that $HOME/.kube/config
is also clear. Why is the join command not creating an admin.conf file?