mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-06-28 00:26:52 +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
e7aaf8f5d5
commit
3abb21a80c
@ -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