what does Unknown user “client” mean?

前端 未结 4 1483
梦如初夏
梦如初夏 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:51

    In addition to setting

    gcloud config unset container/use_client_certificate

    Also make sure you do not have this env variable set to True

    CLOUDSDK_CONTAINER_USE_CLIENT_CERTIFICATE

提交回复
热议问题