-
Notifications
You must be signed in to change notification settings - Fork 563
fix(operatorgroups): write out CSV status on OperatorGroup issues #669
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
fix(operatorgroups): write out CSV status on OperatorGroup issues #669
Conversation
@@ -236,6 +236,13 @@ The metadata section contains general metadata around the name, version and othe | |||
|
|||
**Selectors** (optional): A label selector to identify related resources. Set this to select on current labels applied to this CSV object (if applicable). | |||
|
|||
**InstallModes**: A set of `InstallMode`s that tell OLM which `OperatorGroup`s an Operator can belong to. An `InstallMode` consists of an `InstallModeType` and a boolean `Supported` flag. There are four `InstallModeTypes`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should mention the specific way that an operator "supports" an InstallMode - which is that it understands the OLM-written annotations on the pods
f453526
to
9ce8acb
Compare
- Adds 3 new CSV transition reasons: NoOperatorGroup, TooManyOperatorGroups, and UnsupportedOperatorGroup - Transitions CSVs to failed with the approriate status reason whenever an OperatorGroup issue is detected - OperatorGroup reconciliation annotates CSVs in any phase - Update InstallModes supports logic
9ce8acb
to
efb2a2a
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, njhale 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 |
…-status fix(operatorgroups): write out CSV status on OperatorGroup issues
Addresses ALM-862 and ALM-853