How to Bind a PVC to an Existing Released PV in Kubernetes?
A PersistentVolume with persistentVolumeReclaimPolicy: Retain (not applicable for Delete) used by a PersistentVolumeClaim transitions from Bound to Released state when the attached PVC is deleted. If you try to create a new PVC and bind that to the same PV, the PVC will continue to be in Pending state and the PV in Released state. […]