zzh@ZZHPC:~$ aws eks update-kubeconfig --name zimple-bank --region ap-southeast-2 An error occurred (AccessDeniedException) when calling the DescribeCluster operation: User: arn:aws:iam::793698357301:user/github-ci is not authorized to perform: eks:DescribeCluster on resource: arn:aws:eks:ap-southeast-2:793698357301:cluster/zimple-bank
To fix this issue, we need to grant necessary EKS permissions to the user group which contains user github-ci:
标签:ci,CLI,aws,AWS,ap,user,eks,arn From: https://www.cnblogs.com/zhangzhihui/p/17911955.html