Kubectl Unable to connect to the server: Service Unavailable

Ciao,
sono alle prime armi con Kubernetes, dopo aver seguito (con successo) una guida per installare kubernetes, ho riavviato la macchina che faceva da manager.
Dopo il riavvio ogni volta che eseguo un comando usando kubectl questo mi restituisce il seguente errore:

Kubectl Unable to connect to the server: Service Unavailable

come posso debuggare/fixare il problema?

Hello, @colino
For that you need to load the admin.conf or $HOME/.kube/config in the system env.
export KUBECONFIG=/etc/kubernetes/admin.conf
or
export KUBECONFIG=$HOME/.kube/config

To make it persistent, set in the user .profile in the current working directory. Hope you will get the technical terms. Not in your native language.