In GCP GKE:
- I created a PVC
- GCP auto-created the underlying PV
- I edit PV to have Reclaim Policy Retain
- I deleted the PVC (the PV does not get deleted)
- I want to re-create a PVC which connects to the existing PV
Is this possible? Is there any other way to use the existing PV?