We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269c960 commit 035fa4eCopy full SHA for 035fa4e
chart/values.yaml
@@ -414,9 +414,10 @@ components:
414
socket: /run/containerd/containerd.sock
415
nodeRoots:
416
- /var/lib
417
- - /run/containerd/io.containerd.runtime.v1.linux/k8s.io
+ - /run/containerd/io.containerd.runtime.v2.task/k8s.io
418
# On some hosts systems containerd uses different paths to store it's containers in, for example:
419
# Find out by ssh onto a node and "mount | grep rootfs" and have a look at the paths
420
+ # - /run/containerd/io.containerd.runtime.v1.linux/k8s.io
421
# - /run/containerd/io.containerd.runtime.v1.linux/moby
422
# - /run/containerd/io.containerd.runtime.v2.task/k8s.io
423
userNamespaces:
0 commit comments