Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the OPP policies to adopt OperatorPolicy #503

Conversation

gparvin
Copy link
Member

@gparvin gparvin commented Oct 1, 2024

Deploying operators with OperatorPolicy has benefits that should be adopted to help customers get better visibility into the operator status automatically.

Refs:

@mprahl
Copy link
Member

mprahl commented Oct 1, 2024

@gparvin I'd recommend setting the channels explicitly for best compatibility. We've encountered issues with autodetecting the channel if the cluster has multiple catalogs providing the same operator. This is because the OLM PackageManifest API round robins between them in some unknown way.

Deploying operators with OperatorPolicy has benefits that should be
adopted to help customers get better visibility into the operator
status automatically.

Refs:
 - https://issues.redhat.com/browse/OCPQE-25041

Signed-off-by: Gus Parvin <gparvin@redhat.com>
@gparvin
Copy link
Member Author

gparvin commented Oct 2, 2024

@gparvin I'd recommend setting the channels explicitly for best compatibility. We've encountered issues with autodetecting the channel if the cluster has multiple catalogs providing the same operator. This is because the OLM PackageManifest API round robins between them in some unknown way.

@mprahl I took your recommendation for a couple operators, but the others don't have a channel name that I can reliably generate without having to manually track it. ODF and Quay had versions built in their channel names, example: stable-3.12.

Copy link

openshift-ci bot commented Oct 2, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gparvin, mprahl

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 0894bdb into open-cluster-management-io:main Oct 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants