Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 185 Bytes

commands.md

File metadata and controls

3 lines (2 loc) · 185 Bytes

Delete openebs hostpath volumes that are released

kubectl get persistentvolumes | grep hostpath | grep Released | awk '{print $1'} | xargs -I % kubectl delete persistentvolumes %