Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Verify PVC is bound to the PV successfully

Code Block
kubectl get pvc -n uepepv

the output below shows persistent volume claim bound to persistent volume successfully

Code Block
NAME     CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM      CLAIM    STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE
fss-pv   1Gi        RWX            Delete           AvailableBound    uepe/fss-pvc                      <unset>                          9s55s

oci-native-ingress-controller

...