Fix incorrect mount volume name in the thick plugin manifest (#1166)

Signed-off-by: Peng Liu <pliu@redhat.com>
This commit is contained in:
Peng Liu
2023-09-25 21:31:02 +08:00
committed by GitHub
parent 1dd4edded2
commit 4d69fed8ad

View File

@@ -167,10 +167,10 @@ spec:
volumeMounts:
- name: cni
mountPath: /host/etc/cni/net.d
# multus-daemon expects that cni-bin path must be identical between pod and container host.
# multus-daemon expects that cnibin path must be identical between pod and container host.
# e.g. if the cni bin is in '/opt/cni/bin' on the container host side, then it should be mount to '/opt/cni/bin' in multus-daemon,
# not to any other directory, like '/opt/bin' or '/usr/bin'.
- name: cni-bin
- name: cnibin
mountPath: /opt/cni/bin
- name: host-run
mountPath: /host/run