Skip to content

Commit

Permalink
Fix helpful script
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfMoo committed Dec 5, 2024
1 parent 9c8d530 commit ad5c797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/helpful.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pv-name>
kubectl delete pvc <pvc-name>
```

The old PV and PVC will hang (i.e. be stuck in terminating). Just ignore that and keep pressing forward.
Expand Down

0 comments on commit ad5c797

Please sign in to comment.