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
Copy file name to clipboardExpand all lines: docs/user-guide/persistent-volumes/walkthrough.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ for ease of development and testing. You'll create a local `HostPath` for this
27
27
support local storage on the host at this time. There is no guarantee your pod ends up on the correct node where the `HostPath` resides.
28
28
29
29
```shell
30
-
# This will be nginx's webroot
30
+
# This will be nginx's webroot; execute this on the node where your pod will run.
31
31
$ mkdir /tmp/data01
32
32
$ echo'I love Kubernetes storage!'> /tmp/data01/index.html
33
33
```
@@ -125,4 +125,4 @@ I love Kubernetes storage!
125
125
126
126
Hopefully this simple guide is enough to get you started with PersistentVolumes. If you have any questions, join the team on [Slack](/docs/troubleshooting/#slack) and ask!
0 commit comments