Skip to content

Commit

Permalink
Merge pull request #202 from nerc-project/update_ocp_decommission_steps
Browse files Browse the repository at this point in the history
updated as per tested for rhods-notebook namespace
  • Loading branch information
Milstein authored May 22, 2024
2 parents 3ddbc9e + 7c20c08 commit 1700ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Please review all resources currently being used by your project by running
Run the `oc delete` command to delete all resource objects specified as
parameters after `--all` within your selected project (namespace).

oc delete --all pod,deployment,pvc,route,service,builds,buildconfigs,statefulsets,replicasets,cronjobs,imagestream --force --grace-period=0
oc delete pod,deployment,pvc,route,service,build,buildconfig,statefulset,replicaset,cronjob,imagestream,revision,configuration,notebook --all

!!! danger "Danger"
The `oc delete` operation will cause all resources specfied will be deleted.
Expand Down

0 comments on commit 1700ee8

Please sign in to comment.