-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eksctl get iamidentitymapping does not obey assume role in kube config #916
Comments
@nikolai-derzhak-distillery The reason |
Hi, I'm observing the same behavior, we assume admin role from our AWS profiles so |
Also see this issue using eksctl 0.31.0. We have 2 roles: 1 that can describe-cluster and other "AWS" level APIs. Another role that is used for in cluster operations, such as modifying a configmap. This second role is added to the aws-auth config map to allow these operations. for instance in the same shell using |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Related #2745 #1356 (comment) |
This issue was closed because it has been stalled for 5 days with no activity. |
We face the same problem that @danbeaulieu describes |
We also face the same problem. |
For those who still face this issue: check if your Users / roles have additional ARN Paths in the role / User ARN. EG: accountxyARN:/testpath/role. We had to remove these paths in the AWSAUTH configmap to get it working |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Skip volume expansion if block node
I noticed that
eksctl get iamidentitymapping
does not work with assume-role in kube config (generated byaws --region $AWS_REGION eks update-kubeconfig --name $CLUSTER_NAME --role-arn $AWS_ROLE
) :while
eksctl get nodegroup --cluster $CLUSTER_NAME
works fine.Also I can just edit aws-auth yaml like this:
Guess related to this feature request : #749
eksctl version
[ℹ] version.Info{BuiltAt:"", GitCommit:"", GitTag:"0.1.37"}
The text was updated successfully, but these errors were encountered: