eksctl
eksctl copied to clipboard
[Feature] `eksctl update accessentry` to update already existing Access Entries
What feature/behavior/change do you want?
eksctl update accessentry that will update existing Access Entries with new properties.
The aws eks cli already support this API with some options - https://docs.aws.amazon.com/cli/latest/reference/eks/update-access-entry.html
Why do you want this feature?
I find multiple use-cases of updating an existing Access Entry, such as:
- Adding another
kubernetesGroup - Adding another
namespaceto the scoped namespaces - Adding another Access Policy
Today it either needs to be done:
-
awscli - AWS Console
- Delete and Re-Create the Access Entry, which might cause downtime
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.