Configuring storage

Remove claim from persistent volume

kubectl patch pv nfs-cluster -p '{"spec":{"claimRef": null}}'

Used for static provisioning

Persistent volume: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/pv-nfs-csi.yaml

Persistent volume claim: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/pvc-nfs-csi-static.yaml