Skip to content

Commit

Permalink
More detail on cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: James Busche <[email protected]>
  • Loading branch information
jbusche authored and openshift-merge-robot committed Sep 6, 2023
1 parent f51b5eb commit 2e574d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quick-Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,12 @@ To completely clean up all the CodeFlare components after an install, follow the
oc delete notebook jupyter-nb-kube-3aadmin -n opendatahub
oc delete pvc jupyterhub-nb-kube-3aadmin-pvc -n opendatahub
```
3. Remove the codeflare-stack kfdef
3. Remove the codeflare-stack kfdef: (Removes MCAD, InstaScale, KubeRay and the Notebook image)
``` bash
oc delete kfdef codeflare-stack -n opendatahub
```
4. Remove the CodeFlare Operator csv and subscription:
4. Remove the CodeFlare Operator csv and subscription: (Removes the CodeFlare Operator from the OpenShift Cluster)
```bash
oc delete sub codeflare-operator -n openshift-operators
oc delete csv `oc get csv -n opendatahub |grep codeflare-operator |awk '{print $1}'` -n openshift-operators
Expand Down

0 comments on commit 2e574d9

Please sign in to comment.