-
Notifications
You must be signed in to change notification settings - Fork 36
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
EndpointAccessUpdate getting reverted back sporadically #752
Comments
Validation passed on build, EndpointAccessUpdate is applied successfully and not getting reverted.
Logs:
|
The issue still exists.
|
It updates to the desired config, but not always. It is very random, sometimes it works and sometimes reverts the config. It only worked for me on the third try. It happens with both imported and provisioned clusters. |
@valaparthvi I see below results on eks-operator:v1.9.3-rc.2 Logs
|
Interesting. I will retest this again and file another one. Thanks for testing. |
I tested by updating Public Source config, it did not revert to the desired config. I waited almost 20 min but the changes did not revert. Though, it did work on the second try.
|
@cpinjani @valaparthvi it looks like race condition, which is not generating any error.s Changes to EKS endpoint are done only at the beginning of the cluster and then this option is not changing eventually once during whole cluster exploration. Usually none is changing multiple options at once, but even then valid solution is to reapply changes which will fix this problem. I think we are loosing too many resources on this issue, which is not important. |
I don't disagree with you, Michal. But since this is still an issue, would it be okay to keep this issue around to be fixed at a later stage? |
yup, it will be reworked once again later on, back to backlog |
Rancher version:
Cluster Type: Downstream EKS cluster
Describe the bug:
EndpointAccessUpdate & LoggingUpdate getting reverted back sporadically, probably due to race condition.
For example:
c756d5c6-eca7-3d88-99e8-3e3087078822 - Initial update
5a3cc622-d06d-3fa8-890b-3920ca1c8064 - Reverted back
Steps
Logs:
PR's:
The text was updated successfully, but these errors were encountered: