Skip to content

Commit 795f0ca

Browse files
committed
wip
1 parent 3cab92a commit 795f0ca

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

site/persistent-volumes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ For sample YAML templates, refer to the [Persistent volumes example](../kubernet
3030
After you have written your YAML files, you use them to create the persistent volume by creating Kubernetes resources using the `kubectl create -f` command.
3131

3232
```
33-
kubectl create -f pv.yaml
34-
kubectl create -f pvc.yaml
33+
$ kubectl create -f pv.yaml
34+
$ kubectl create -f pvc.yaml
3535
3636
```
3737

@@ -40,9 +40,8 @@ After you have written your YAML files, you use them to create the persistent vo
4040
To confirm that the persistent volume was created, use these commands:
4141

4242
```
43-
kubectl describe pv [persistent volume name]
44-
kubectl describe pvc -n NAMESPACE [persistent volume claim name]
45-
43+
$ kubectl describe pv [persistent volume name]
44+
$ kubectl describe pvc -n NAMESPACE [persistent volume claim name]
4645
```
4746

4847
# Common problems

0 commit comments

Comments
 (0)