-
Notifications
You must be signed in to change notification settings - Fork 83
Add notes on deleting an operator CR #251
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
Add notes on deleting an operator CR #251
Conversation
/lgtm |
1. Delete each resource found in the `operator CR's` status.Components array. Alternatively, if you have deleted the operator's CSV and Subscription, you can simply remove the `operators.coreos.com/<operator CR Name>` label. | ||
2. Delete the `operator CR`. |
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.
These bullet points don't seem to render in the deploy preview. It looks like you'd need to substitute them with the -
character.
LGTM outside of the rendering issues. Also: |
294f1c6
to
a2b342c
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: awgreene The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
07ca909
to
c1cb78a
Compare
/lgtm |
c1cb78a
to
0a3454c
Compare
0c311fa
to
50790bb
Compare
/lgtm |
50790bb
to
5c4ce72
Compare
/lgtm |
New changes are detected. LGTM label has been removed. |
8345ecb
to
d57ca2a
Compare
d57ca2a
to
1b5a181
Compare
This commit introduces documentation detailing how to delete an operator CR. Signed-off-by: Alexander Greene <[email protected]>
Signed-off-by: Alexander Greene <[email protected]>
1b5a181
to
03652ae
Compare
This commit introduces documentation detailing how to delete an operator
CR.
Signed-off-by: Alexander Greene [email protected]