Support OLMv1 API for getting Operator's installed namespaces#23
Support OLMv1 API for getting Operator's installed namespaces#23openshift-merge-bot[bot] merged 3 commits intomedik8s:mainfrom
Conversation
slintes
left a comment
There was a problem hiding this comment.
Did you test this on older clusters where the ClusterExtension CRD doesn't exist yet? 🤔
Will be relevant later on as well, when Subscription doesn't exist anymore on newer clusters.
IIRC, OLM v1 API is TP since 4.18.
|
Include OLM Operator's installed namespaces with OLM v1 API and append them to OLM v0 list
All of Medik8s operators CSV include a operatorframework.io/suggested-namespace annotation with a value of 'openshift-workload-availability'
…k8s namespaces gather namespaces from ClusterExtension (OLM v1) without overwriting subscription results
59ae24c to
a9c2c1d
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7, slintes The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Why we need this PR
Changes made
openshift-workload-availabilityWhich issue(s) this PR fixes
RHWA-448
Test plan