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

后端 未结 12 488
别那么骄傲
别那么骄傲 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:27

    I had the same problem . It's likely that you are using a root account. It appears root accounts are blocked from assuming the required roles. This error can sometimes be cloaked if you are using expired keys.

提交回复
热议问题