Skip to main content

Steps

  1. You can use kubeconfig to check the binding status of the PVC. If the STATUS is BOUND, it means the Volume has been successfully created. Example: Mount1
  2. Mount the PVC to the Pod and use the created volume. Example: Mount2