I am receiving this error:
kubectl get pods
I0814 11:08:58.821673 3072 versioner.go:58] exec plugin: invalid apiVersion “client.authentication.k8s.io/v1”
error: You must be logged in to the server (Unauthorized)
If I change the version back to v1beta1 in the kube config like it was before I get this error:
kubectl get pods
I0814 11:12:17.393945 3213 versioner.go:58] the server has asked for the client to provide credentials
error: You must be logged in to the server (Unauthorized)
Your cluster is updating to reflect latest changes we introduced to switch from user to roles on AWS. It seems workers are still updating (you’ve got a lot of nodes). But it should be done shortly.
Once updated, you should get your access back.