what does Unknown user “client” mean?

前端 未结 4 1472
梦如初夏
梦如初夏 2020-12-02 00:30

When I run a simple command on my local shell with gcloud sdk.

$ kubectl get pod

I get such error:

Error from server

4条回答
  •  离开以前
    2020-12-02 00:46

    Found out there is some issue with gcloud config. This command solved it:

    gcloud config unset container/use_client_certificate
    

提交回复
热议问题