helm daemonset: Allow mounting the host container runtime socket#104
helm daemonset: Allow mounting the host container runtime socket#104
Conversation
|
Sorry I should have reminded you to look at the contributing guide as PRs need a DCO now. |
Bottlerocket mounts the containerd socket under /run/dockershim.sock, which does not appear to be part of the standard privileged container. Add mountContainerRuntimeEndpoint: false hostContainerRuntimeEndpoint: "/run/containerd/containerd.sock" as chart defaults. bottlerocket-os/bottlerocket@91810c8 bottlerocket-os/bottlerocket#2212 Signed-off-by: Peter Scamardo <peter.scamardo@arthrex.com>
d65d074 to
6456a9e
Compare
|
Updated commit with DCO |
|
Thanks again for this |
|
Sure, let me know where/how I can get it. |
|
Hey @psact |
Bottlerocket mounts the containerd socket under /run/dockershim.sock,
which does not appear to be part of the standard privileged container.
Add
mountContainerRuntimeEndpoint: false
hostContainerRuntimeEndpoint: "/run/containerd/containerd.sock"
as chart defaults.
bottlerocket-os/bottlerocket@91810c8
bottlerocket-os/bottlerocket#2212