[Feature] eksctl roleOnly parameter for podIdentityAssociations #7775
Labels
kind/feature
New feature or request
priority/important-soon
Ideally to be resolved in time for the next release
What feature/behavior/change do you want? + Why do you want this feature?
I would like to create the Pod Identity Associations without creating service accounts (like it was before eksctl
v0.177.0
.Reason: Most of the Helm charts do create service accounts by default...
It would be create if
roleOnly
parameter can be introduced to allow the user to decide if the SA will be created or not:Details:
What happened?
eksctl in version v0.177.0 creates service account when using the podIdentityAssociations.
This was not the case before this version...
How to reproduce it?
Example:
As you can see there is no namespace/service account created.
Details:
create podidentityassociation
doesn't create SA for me #7507eksctl create/delete podidentityassociation
commands #7706Thank you...
The text was updated successfully, but these errors were encountered: