Recover Persistent Volumes from "Terminating" State
Problem
$ kubectl delete pv --all -n <Namespace>Environment
Cause
Resolution
As a workaround, the below operations can be carried out to try recover the PV back to bound state.
$ kubectl get pv <pvname> -o yaml > pvname.yamlPreviousNode clock is not synced and shows "node clock drift" issue on GUINextRecover Persistent Volumes from "Terminating" State
Last updated
