Skip to content

Commit

Permalink
Add missing flag in "Example PersistentVolumeClaim" EPCCed#183
Browse files Browse the repository at this point in the history
  • Loading branch information
marijaEf authored Feb 2, 2025
1 parent 5c0898c commit 4eda8de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
storageClassName: csi-rbd-sc
```
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>`
You create a persistent volume by passing the yaml file to kubectl like a pod specification yaml `kubectl -n <project-namespace> create -f <PVC specification yaml>`
Once you have successfully created a persistent volume you can interact with it using the standard kubectl commands:

- `kubectl -n <project-namespace> delete pvc <PVC name>`
Expand Down

0 comments on commit 4eda8de

Please sign in to comment.