List PV and PVC
kubectl get pv kubectl get pvc
Delete PV and PVC
kubectl delete pv <PV_name> kubectl delete pvc <PVC_name>
Last updated 10 months ago