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
Test-operator is currently designed to be a cluster scoped
operator. This means it can watch and modify resources across all
OCP cluster.
This patch changes the operator to namespace scoped operator. By
default it is going to watch only:
- openstack-test-operator namespace: This is a namespace where
we recommend to install the test-operator. Prior to the
installation we recommend to create an OperatorGroup with
targetNamespaces value set to openstack-test-operator and
openstack.
- openstack: This is a namespace where the openstack controll
plane is deployed. Test-operator requires an access to this
namespace in order to read openstack specific CMs and Secrets
(e.g., clouds.yaml).
0 commit comments