Skip to content

Commit a7688d2

Browse files
authored
enforce copy the multus-cni
is the multus-cni already there, cp is not working and wait for a user interaction. with parameter -f the copy command will be forced.
1 parent fba1fea commit a7688d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/multus-daemonset-thick.yml

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ spec:
202202
image: ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
203203
command:
204204
- "cp"
205+
- "-f"
205206
- "/usr/src/multus-cni/bin/multus-shim"
206207
- "/host/opt/cni/bin/multus-shim"
207208
resources:

0 commit comments

Comments
 (0)