kubectl error You must be logged in to the server (Unauthorized) when accessing EKS cluster

后端 未结 12 544
别那么骄傲
别那么骄傲 2020-12-12 22:33

I have been trying to follow the getting started guide to EKS. When I tried to call kubectl get service I got the message: error: You must be logged in to the server (Unaut

12条回答
  •  独厮守ぢ
    2020-12-12 23:00

    In my case it is the AWS profile issue, be sure to use aws sts get-caller-identity to verify the IAM user.

提交回复
热议问题