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
A hostPath volume mounts a file or directory from the host node’s file system into your pod.
4
57
Most pods do not need a hostPath volume, but it does offer a quick option for testing should an application require it (some requires persistent storage - DBs).
@@ -12,7 +65,7 @@ Most pods do not need a hostPath volume, but it does offer a quick option for te
12
65
13
66
sudo podman run --privileged --rm --name microshift-okd \
0 commit comments