mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
16 lines
598 B
Markdown
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. |