OCPBUGS-73730: Nutanix operator should allow AllNamespaces and MultiNamespace install modes#7626
Conversation
…l modes Fixes installation error when CIFS/SMB or AWS EFS operators are installed after Nutanix CSI operator. The issue occurs because Nutanix creates a SingleNamespace OperatorGroup that blocks AllNamespaces-only operators.
Pipeline SummaryPipeline: operator-hosted-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/554129bd0c45b582d2a23a74fe536117 TroubleshootingPlease refer to the troubleshooting guide. Run |
|
This pull request is stale because it has been open for 30 days with no activity. |
| - supported: true | ||
| type: MultiNamespace | ||
| - supported: false | ||
| - supported: true | ||
| type: AllNamespaces |
There was a problem hiding this comment.
@RomanBednar thanks for the PR. Can you help me understand the behavior expectations on the driver operator end. Would this require changes on the operator side RBAC?
There was a problem hiding this comment.
@thunderboltsid I don't think operator changes are needed, but I'd suggest running some regression test suite to increase the confidence in this statement - I'm not familiar with Nutanix operator and driver at all.
Fixes installation error when CIFS/SMB or AWS EFS operators are installed after Nutanix CSI operator. The issue occurs because Nutanix creates a SingleNamespace OperatorGroup that blocks AllNamespaces-only operators.