File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/storage/container-storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ Follow the instructions below to clone a persistent volume.
51
51
You should see output similar to:
52
52
53
53
``` output
54
- persistentvolumeclaim/azurediskpvc created
54
+ persistentvolumeclaim/pvc-acstor-cloning created
55
55
```
56
56
57
57
1 . Use your favorite text editor to create a YAML manifest file such as ` code acstor-pod.yaml ` .
58
58
59
- 1 . Paste in the following code and save the file. Be sure to reference the cloned PVC.
59
+ 1 . Paste in the following code and save the file. For ** claimName ** , be sure to reference the cloned PVC.
60
60
61
61
``` yml
62
62
kind : Pod
@@ -69,7 +69,7 @@ Follow the instructions below to clone a persistent volume.
69
69
volumes :
70
70
- name : azurediskpv
71
71
persistentVolumeClaim :
72
- claimName : azurediskpvc
72
+ claimName : pvc-acstor-cloning
73
73
containers :
74
74
- name : fio
75
75
image : nixery.dev/shell/fio
You can’t perform that action at this time.
0 commit comments