You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
kubectl get deploy -w
Or check the number observedGeneration which is in our case 496690
It would be great if the rfs deployments would be updated only when needed.