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 was archived by the owner on Apr 17, 2025. It is now read-only.
hello~
we have openshift cluster so i was configuring the HNC to exclude default openshift namespaces
but its like 70 namespaces (plus each redhat operator will create additional namesoace)
so we configured --included-namespace-regex=(\?\!openshift).*, but looking at how kubernetes is excluded im wondering, why to exclude each seperate namespace and not just do wildcard same as i did?:
instead if this:
hello~
we have openshift cluster so i was configuring the HNC to exclude default openshift namespaces
but its like 70 namespaces (plus each redhat operator will create additional namesoace)
so we configured
--included-namespace-regex=(\?\!openshift).*
, but looking at how kubernetes is excluded im wondering, why to exclude each seperate namespace and not just do wildcard same as i did?:instead if this:
do this:
also without the backslashes it was crashing, not sure if its a feature or a bug
The text was updated successfully, but these errors were encountered: