32143/kubernetes-logged-server-server-client-provide-credentials
I'm using GKE and am trying to run kubectl commands but I'm getting this error again and again:
$ kubectl get nodes error: You must be logged in to the server (the server has asked for the client to provide credentials)
What am I doing wrong here?
I think you're forgetting to run this:
$ gcloud container clusters get-credentials [cluster-name]
Read more about this in the official docs here.
For further details, refer to the Kubernetes Course.
You probably missed the --client-ca-file flag in your kubelet Service File.
I was trying to get status from ...READ MORE
You need to create the public key ...READ MORE
You get this error when your pod ...READ MORE
Hi@Aryan, I have checked your Jenkins file in ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
The basic idea is to start a ...READ MORE
You can use teleport to augment kubernetes ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.