Skip to content

Upgrade eks-core-services in CircleCI #635

Discussion options

You must be logged in to vote

Without knowing the full details of your configuration, I'll try my best to explain...

For the ecs-deploy-runner to be able to interact with the EKS cluster, the IAM Role the runner uses, must be mapped in the aws-auth ConfigMap. Had the cluster been created with the IAM Role ecs-deploy-runner is using, this would be unnecessary, as EKS implicitly grants admin RBAC for the IAM role that the cluster was created with. I'm assuming the cluster was created with a different role?

To fix the issue, the ECS Deploy Runner IAM Role has to be added to aws-auth ConfigMap. If you're using the eks-aws-auth-merger, you can use the eks-k8s-role-mapping to create an entry in the aws-auth ConfigMap, e.g.

m…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@nadiia-kotelnikova
Comment options

@nadiia-kotelnikova
Comment options

@josh-padnick
Comment options

Comment options

You must be logged in to vote
1 reply
@nadiia-kotelnikova
Comment options

Answer selected by nadiia-kotelnikova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment