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
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Next version of Operator SDK will have support for watching multiple namespaces out of the box. Until it releases a new version, we can use a workaround for this.
To get around this, the operator can watch all namespaces, and filter events using the namespaces it's watching.
The operator will read a comma-separated list of namespaces from WATCH_NAMESPACE env variable.
We currently support watching a single namespace, own namespace and all namespaces in the cluster.
Adding support to watch a set of namespaces will benefit users who want to watch more than one namespace, but not the entire cluster.
The text was updated successfully, but these errors were encountered: