diff --git a/101-lab/content/14_cheatsheet.md b/101-lab/content/14_cheatsheet.md index 44f90b1..a4042ad 100644 --- a/101-lab/content/14_cheatsheet.md +++ b/101-lab/content/14_cheatsheet.md @@ -2,6 +2,8 @@ This is a placeholder to work with the students and determine what they find valuable in this sheet. ## Deleting your lab +- Don't delete your lab work yet if you're planning to complete the 'pod lifecycle' and 'templates' sections of the course! Move on to those first. + __WARNING__: You should ALWAYS validate the output before using `oc delete`. You can do that by replacing `oc delete` with `oc get`, or if using with xargs prefix with `echo`. __WARNING__: Always double check, and triple check before running `oc delete`!!! @@ -25,4 +27,4 @@ oc -n [-dev] get all -o name --no-headers | grep -i -F -e '-[username]' | xargs oc -n [-dev] get pvc,secret,configmap -o name --no-headers | grep -i -F -e '-[username]' | xargs -I {} oc -n [-dev] delete '{}' ``` -Next page - [Pod Lifecycle](./15_pod_lifecycle.md) \ No newline at end of file +Next page - [Pod Lifecycle](./15_pod_lifecycle.md)