crio: mount /run rslave (#802)

to prevent "unknown FS magic on "/var/run/netns/*": 1021994" errors

Signed-off-by: Peter Hunt <pehunt@redhat.com>

Co-authored-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
Doug Smith 2022-03-03 12:02:37 -05:00 committed by Tomofumi Hayashi
parent e7aaf8f5d5
commit 3abb21a80c

View File

@ -193,6 +193,7 @@ spec:
volumeMounts:
- name: run
mountPath: /run
mountPropagation: HostToContainer
- name: cni
mountPath: /host/etc/cni/net.d
- name: cnibin