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
I would like to enable operator to watch multiple specific namespaces, in addition to the existing capability of watching a single namespace or all namespaces in cluster.
Currently, the operator cannot watch multiple namespaces because it uses the "Namespace" option when instantiating a manager. This option is now deprecated, and you should switch to using the "Cache" option instead, which supports watching multiple namespaces.
Hi team,
I would like to enable operator to watch multiple specific namespaces, in addition to the existing capability of watching a single namespace or all namespaces in cluster.
Currently, the operator cannot watch multiple namespaces because it uses the "Namespace" option when instantiating a manager. This option is now deprecated, and you should switch to using the "Cache" option instead, which supports watching multiple namespaces.
Reference: https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.15.0
Therefore, I propose updating the operator to instantiate the manager with the "Cache" option.
The text was updated successfully, but these errors were encountered: