Cluster wide PVCs¶
Version 2.10 and later.
A PersistentVolumeClaim (PVC) is a request for storage by a user. It is similar to a Pod. Pods consume node resources and PVCs consume PV resources. Pods can request specific levels of resources (CPU and Memory). Claims can request specific size and access modes. For more information about PVCs, see Persistent Volumes.
PVCs are namespace-specific. If your PVC relates to all run:ai Projects, do the following to propagate the PVC to all Projects:
Create a PVC within the run:ai namespace, then run the following once to propagate the PVC to all run:ai Projects:
To delete a PVC from all run:ai Projects, run:
You can add a PVC to a job using the New job
form.
To add a PVC to a new job:
- On the
New job
form, pressStorage
. - In
Persistent Volume Claims
pressAdd
. - Enable
Existing PVC
. - Enter the name (claim name) of the PVC.
- Enter the storage class. (Optional)
- Enter the size.
- Enable / disable access modes.