-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
EKS update-config not working when updating cluster #3914
Comments
Here the line of code causing this. |
@ktugan - Thank you for reaching out. Just so I understand your ask here. Are you looking for us to add a feature to improve the error messages? |
I should have stated my intentions clearer. From what I see there is two options to go forward:
Hope that makes it clearer. Sorry for not taking the time to writing it properly the first time. |
@ktugan - Thank you for your feedback and for pointing this out. I'm labeling this as a feature request and confusing error pending further review. |
I opened PR #4036 to address this. I confirmed all the data from the describe cluster response is available during an upgrade so there doesn't appear to be any real reason this is not currently supported this other than the |
@justnance wondering if there is something I can do to get some review on the PR opened for this? Thanks! |
Any chance of getting the associated PR merged @justnance and team? This is highly unexpected behaviour. We pipeline use of |
I am not sure if by design. In case it isnt, executing:
Yields into following the error message:
When the cluster is updating:
"status": "UPDATING",
.Steps:
aws eks update-kubeconfig
After looking into the source code it looks like this is because it only checks for the status "Active". Everything else is not allowed.
The text was updated successfully, but these errors were encountered: