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
The HostPathMount of ws-daemon fails because /run/containerd/io.containerd.runtime.v1.linux/k8s.io does not exist on the node (the last segment, k8s.io does not exist).
However, there is /run/containerd/io.containerd.runtime.v2.task/k8s.io/ which looks like (judging based on the content) like it’s what we’re looking for. Switch?
After ws-daemon came up, workspaces fail with error MountVolume.SetUp failed for volume "dev-net-tun" : hostPath type check failed: /dev/net/tun is not a file
The text was updated successfully, but these errors were encountered:
When upgrading from containerd 1.2, I notice:
The HostPathMount of ws-daemon fails because /run/containerd/io.containerd.runtime.v1.linux/k8s.io does not exist on the node (the last segment, k8s.io does not exist).
However, there is /run/containerd/io.containerd.runtime.v2.task/k8s.io/ which looks like (judging based on the content) like it’s what we’re looking for. Switch?
After ws-daemon came up, workspaces fail with error
MountVolume.SetUp failed for volume "dev-net-tun" : hostPath type check failed: /dev/net/tun is not a file
The text was updated successfully, but these errors were encountered: