mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-02 08:30:33 +00:00
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:
parent
7559625a38
commit
6c12dc8c4f
@ -193,6 +193,7 @@ spec:
|
||||
volumeMounts:
|
||||
- name: run
|
||||
mountPath: /run
|
||||
mountPropagation: HostToContainer
|
||||
- name: cni
|
||||
mountPath: /host/etc/cni/net.d
|
||||
- name: cnibin
|
||||
|
Loading…
Reference in New Issue
Block a user