-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OCPBUGS44935: WMCO uninstall should describe procedure of uninstalling the operator and deleteing the namespace #89121
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
base: main
Are you sure you want to change the base?
Conversation
@jrvaldes PTAL |
🤖 Thu Feb 27 21:18:47 - Prow CI generated the docs preview: |
modules/deleting-wmco-namespace.adoc
Outdated
. Remove all resources that were created in the `openshift-windows-machine-config-operator` namespace by using the following command: | ||
+ | ||
[source,terminal] | ||
---- | ||
$ oc delete --all pods --namespace=openshift-windows-machine-config-operator |
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.
what is the recommendation here, to remove all pods or the namespace with all the resources?
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.
@jrvaldes This was your recommendation. We are deleting the WMCO-related pods in that namespace. The following steps delete resources and finally the namespace itself.
modules/deleting-wmco-namespace.adoc
Outdated
+ | ||
[source,terminal] | ||
---- | ||
$ oc get pods --namespace openshift-windows-machine-config-operator | ||
---- | ||
|
||
. Delete the `openshift-windows-machine-config-operator` namespace: | ||
. Delete the subscription by using the following command: |
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 recommend following the Deleting Operators from a cluster using the CLI as per existing docs
@mburke5678: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@rrasouli Can you please take a look at this PR? |
This is not the correct procedure, the only method that is working:
|
@rrasouli I don't think what you stated above is the use case for this PR and the Jira associated with it. I think the idea is to better document the full removal of the WMCO operator and components. No re-install. |
https://issues.redhat.com/browse/OCPBUGS-44935
Link to docs preview:
QE review: