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
??? I0331 14:38:46.844984 5894 workloads.go:132] Deployment/topolvm-controller in topolvm-system is ready
33
+
??? I0331 14:38:46.845003 5894 healthcheck.go:75] Workloads are ready
34
+
```
35
+
36
+
2
37
### run Microshift with hostpath volume
3
38
A hostPath volume mounts a file or directory from the host node’s file system into your pod.
4
39
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 +47,7 @@ Most pods do not need a hostPath volume, but it does offer a quick option for te
12
47
13
48
sudo podman run --privileged --rm --name microshift-okd \
0 commit comments