With this PR merged, it's possible for the Pure CSI driver to make use of the PVC name & namespace and PV name.
Currently the volumes' generated name are in the following format k8s-{pvc-name}, which makes it more difficult to associate which PVC refers to which volume when looking at a glance.
With this PR merged, it's possible for the Pure CSI driver to make use of the PVC name & namespace and PV name.
Currently the volumes' generated name are in the following format
k8s-{pvc-name}, which makes it more difficult to associate which PVC refers to which volume when looking at a glance.