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

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

    If you are using eksctl to manage your aws eks deployments you can add the user to the config map with one command:

    eksctl create iamidentitymapping --cluster  --arn arn:aws:iam:::user/ --group system:masters --username ops-user
    

提交回复
热议问题