You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You create a persistent volume by passing the yaml file to kubectl like a pod specification yaml kubectl -n <project-namespace> create <PVC specification yaml>
The command should be kubectl -n <project-namespace> create -f <PVC specification yaml>
The text was updated successfully, but these errors were encountered:
What documentation issue are you reporting
Incorrect Documentation
Issue
The
f
flag is missing in the "Example PersistentVolumeClaim" section at https://docs.eidf.ac.uk/services/gpuservice/training/L2_requesting_persistent_volumes/#example-persistentvolumeclaimThe command should be
kubectl -n <project-namespace> create -f <PVC specification yaml>
The text was updated successfully, but these errors were encountered: