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
Currently operators (OpenShift Pipelines for now) are installed in openshift-operators namespace.
There are benefits of installing the operators in their own namespaces (still separated from operands) rather than openshift-operators. It would however require an OperatorGroup first to be created.
better segregation
dedicated InstallPlan, which provides for instance the possibility to have different upgrade strategy by operator. This is really useful when one runs into troubles.
operartors with different scopes don't cohabit very well in the same namespace
It is not an issue as long as we don't install other operators but things may change.
The text was updated successfully, but these errors were encountered:
Currently operators (OpenShift Pipelines for now) are installed in openshift-operators namespace.
There are benefits of installing the operators in their own namespaces (still separated from operands) rather than openshift-operators. It would however require an OperatorGroup first to be created.
It is not an issue as long as we don't install other operators but things may change.
The text was updated successfully, but these errors were encountered: