CDK eks cluster service account #21330
Unanswered
marcindruzgala
asked this question in
Q&A
Replies: 1 comment
-
I believe you should not use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have following situation:
Where
arn:aws:iam::xxxx:role/cdk-hnb659fds-cfn-exec-role-xxxxx-eu-west-1
is a arn of a role cdk created when I bootstrapped cdk on this account.I even manually created iam identity mappings so that this role has
system:masters
permission in the aws config map following these docs: https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html.This is the error I'm getting:
If I try to change the
KubectlRoleArn
to the role that was created when eks cluster was created the error is very similar but instead it is unable to assume that role instead of the cdk's one.Any ideas how to proceed with this one?
Beta Was this translation helpful? Give feedback.
All reactions