-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add or change OIDC setting after a cluster is created #676
Comments
I found two work-arounds for this. First option - Correct the EKS deployment to include OIDC
Second option - manually correct the kube-apiserver pod one each control plane node
I think the eksctl anywhere cli tooling / bootstrap process should be able to apply those changes. But it says that |
What would you like to be added:
Add or change OIDC setting after a cluster is created
Why is this needed:
"My organization may change our OIDC provider in near future. I don't want having to recreate my EKS-A cluster just to change the OIDC setting".
The text was updated successfully, but these errors were encountered: