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
this is what i am using for controller to only watch CMs in operator ns only. but when i use this customCache, other resources stop getting events. i can see them in logs put in predicates inside SetupWithManager. but after returning true from update/delete/create events, reconcile doesn't start for custom resource.
my assumption here was it'd only affect configmap, but others will still work like before, by caching all objects.
any idea what's happening, or if i am using this function wrongly?
The text was updated successfully, but these errors were encountered:
i am fine-tuning cache for some of the controllers, but i am observing that the reconciler stops running for other resources after i set it.
this is what i am using for controller to only watch CMs in operator ns only. but when i use this customCache, other resources stop getting events. i can see them in logs put in predicates inside
SetupWithManager
. but after returning true from update/delete/create events, reconcile doesn't start for custom resource.my assumption here was it'd only affect configmap, but others will still work like before, by caching all objects.
any idea what's happening, or if i am using this function wrongly?
The text was updated successfully, but these errors were encountered: