-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] eksctl create podidentityassociation does not support --profile flag #8016
Comments
Maybe this is not a bug, maybe a feature request? ...but wouldn't it make sense for all eksctl sub-commands to support the --profile flag? |
Just noticed this today as well for |
@skubot, yes, this was probably an oversight. |
Thanks @cPu1 setting AWS_PROFILE works. Hopefully --profile gets supported across the board. |
Just ran across this, as well. Any chance that the fix for this is in the queue? |
Hi there, we use SSM session manager... so to create a cluster I need to supply the --profile flag eg:
eksctl create cluster -f cluster.yaml --profile ${PROFILE}
Now I want to create an EKS pod identity association using:
eksctl create podidentityassociation -f cluster.yaml --profile ${PROFILE}
However then I get this error:
Is it possible to support profile flag in create podidentityassociation sub-command?
Thanks
Versions
The text was updated successfully, but these errors were encountered: