You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I use eksctl create cluster it errors with.
AWS::IAM::Role/ServiceRole: CREATE_FAILED – "API: iam:CreateRole User: arn:aws:sts::*********:assumed-role/********** is not authorized to perform: iam:CreateRole on resource: arn:aws:iam::*********:role/eksctl-<cluster_name>-cluster-ServiceRole-10FMX3LU9UVU because no identity-based policy allows the iam:CreateRole action"
Is it possible to use eksctl without creating a role?
The text was updated successfully, but these errors were encountered:
Hello ecpullen 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-3 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
Discussed in #5423
Originally posted by ecpullen June 14, 2022
I am trying to setup eksctl for cluster creation using existing service roles and instance profiles.
Whenever I use
eksctl create cluster
it errors with.Is it possible to use eksctl without creating a role?
The text was updated successfully, but these errors were encountered: