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
Revert "Drop duplicate mounts of CNI directories."
This reverts commit 81e8953.
These mounts are apparently not as redundant as they first seemed. The
`runtimes.mounts` paths are all wrt the host mount namespace, so these are in
fact binding the (writeable) `/var/lib/cni` paths over the (readonly) canonical
host CNI paths. The `binds` will then bind those host paths into the kubelet
container.
Fixeslinuxkit#59, I also saw this during development of linuxkit#58.
Signed-off-by: Ian Campbell <[email protected]>
0 commit comments