redhat-cop / rhel-edge-automation-arch

RHEL for Edge Automation Deployment Architecture
Apache License 2.0
43 stars 31 forks source link

Pulp operator has moved to namespace-only mode, causing installation issues for other operators #248

Open mhjacks opened 2 years ago

mhjacks commented 2 years ago

As of version 0.7.1, the pulp operator has moved to running in namespace-only mode (as opposed to cluster-wide mode). By default the chart enables it to create its own operatorgroup in openshift-operators, which can block other operators from installing or upgrading.

Version 0.8.0 is current as I write this.

This can be worked around at least somewhat by setting pulp-operator.values.operatorgroup.create: false; there should probably be a better long-term solution

sabre1041 commented 2 years ago

@mhjacks im actually working through the testing of this as we speak on a separate branch. You can track my progress for which I plan to PR this week this branch

Specifically here