kubectl get nodes error: You must be logged in to the server

Today I got the following error message when trying to run kubectl on my Kubernetes Cluster: This issue can happen after renewing kubernates certificates and is caused the existing ~/.kube/config to have outdated keys and certificate values in it. Kubernetes is renewing the certificates automatically and so you need to update your local copy too. … Continue reading kubectl get nodes error: You must be logged in to the server