-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
kind/featureNew feature or requestNew feature or requestpriority/important-longtermImportant over the long term, but may not be currently staffed and/or may require multiple releasesImportant over the long term, but may not be currently staffed and/or may require multiple releases
Description
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
autarchprinceps, kalihman and josegonzalez
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or requestpriority/important-longtermImportant over the long term, but may not be currently staffed and/or may require multiple releasesImportant over the long term, but may not be currently staffed and/or may require multiple releases