gitpod/docs/self-hosted/install/troubleshooting.md
2020-12-17 15:00:47 +01:00

16 lines
598 B
Markdown

---
url: /docs/self-hosted/latest/install/troubleshooting/
---
# Troubleshooting
This section should solve all errors that might come up during installation of Gitpod.
- `ws-daemon` is stuck in `Init: 0/1`,
`kubectl describe pod ws-daemon-...` gives:
`MountVolume.SetUp failed for volume "node-fs1" : hostPath type check failed: /run/containerd/io.containerd.runtime.v1.linux/k8s.io is not a directory`
`ssh` onto the node, `mount | grep rootfs` and find the directory where your containers are stored.
Then adjust `components.wsDaemon.containerRuntime.nodeRoots` accordingly.