From 42fde2292db3168e763f8c5a0d7c353dc6445a12 Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Thu, 28 Oct 2021 15:37:35 +0200 Subject: [PATCH] deployment, thick: remove extra multus-cni-config mountpoint (#745) This volume was removed since multus now requires the default cluster network CNI configuration to be available. As such, the volume as removed, but we unfortunately forgot to remove to remove the volume mount. Signed-off-by: Miguel Duarte Barroso --- deployments/multus-daemonset-thick-plugin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployments/multus-daemonset-thick-plugin.yml b/deployments/multus-daemonset-thick-plugin.yml index 05b9f76a4..7034ccb33 100644 --- a/deployments/multus-daemonset-thick-plugin.yml +++ b/deployments/multus-daemonset-thick-plugin.yml @@ -142,8 +142,6 @@ spec: mountPath: /host/etc/cni/net.d - name: cnibin mountPath: /host/opt/cni/bin - - name: multus-cfg - mountPath: /tmp/multus-conf initContainers: - name: install-multus-binary image: ghcr.io/k8snetworkplumbingwg/multus-cni:stable