From ad5c7977ee63c83cb29e4ea8df75190bf921eb6a Mon Sep 17 00:00:00 2001 From: Shane O'Brien Date: Wed, 4 Dec 2024 20:53:19 -0500 Subject: [PATCH] Fix helpful script --- docs/helpful.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/helpful.md b/docs/helpful.md index 6ece7a92..d900c883 100644 --- a/docs/helpful.md +++ b/docs/helpful.md @@ -27,7 +27,8 @@ There are times (i.e. I mess something up) where a PVC makes a new PV instead of 3. Delete the new PV and the PVC in question: ```bash - + kubectl delete pv + kubectl delete pvc ``` The old PV and PVC will hang (i.e. be stuck in terminating). Just ignore that and keep pressing forward.