-
Notifications
You must be signed in to change notification settings - Fork 364
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
Operator continuously updates Kubernetes deployments #580
Labels
Comments
avthart
changed the title
Operator continuously updates Kubernetes objects
Operator continuously updates Kubernetes deployments
Mar 28, 2023
Did a diff on two versions:
|
+1 |
@samof76 to address this, I can think of couple of improvements.
|
This was referenced Apr 12, 2023
This issue is stale because it has been open for 45 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Please re-open ticket. This is still an issue. |
Not stale. Reopen ticket. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using Kyverno which validates every object on change.
The redis-operator is updating the rfs deployments overy 30 seconds, even when nothing is changed.
This creates additional load on Kyverno, especially in environments with a lot of redisfailovers instances.
This can be verified with:
Or check the number
observedGeneration
which is in our case 496690It would be great if the rfs deployments would be updated only when needed.
Also see #410 (comment)
The text was updated successfully, but these errors were encountered: