File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,9 +203,11 @@ spec:
203203 - name : install-multus-binary
204204 image : ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
205205 command :
206- - " sh"
207- - " -c"
208- - " cp /usr/src/multus-cni/bin/multus-shim /host/opt/cni/bin/multus-shim && cp /usr/src/multus-cni/bin/passthru /host/opt/cni/bin/passthru"
206+ - " /usr/src/multus-cni/bin/install_multus"
207+ - " -d"
208+ - " /host/opt/cni/bin"
209+ - " -t"
210+ - " thick"
209211 resources :
210212 requests :
211213 cpu : " 10m"
Original file line number Diff line number Diff line change @@ -102,4 +102,4 @@ sleep 1
102102kubectl -n kube-system wait --for=condition=ready -l name=multus pod --timeout=300s
103103kubectl create -f yamls/cni-install.yml
104104sleep 1
105- kubectl -n kube-system wait --for=condition=ready -l name=cni-plugins pod --timeout=300s
105+ kubectl -n kube-system wait --for=condition=ready -l name=cni-plugins pod --timeout=400s
Original file line number Diff line number Diff line change @@ -170,9 +170,11 @@ spec:
170170 - name: install-multus-shim
171171 image: localhost:5000/multus:e2e
172172 command:
173- - "sh"
174- - "-c"
175- - "cp /usr/src/multus-cni/bin/multus-shim /host/opt/cni/bin/multus-shim && cp /usr/src/multus-cni/bin/passthru /host/opt/cni/bin/passthru"
173+ - "/usr/src/multus-cni/bin/install_multus"
174+ - "-d"
175+ - "/host/opt/cni/bin"
176+ - "-t"
177+ - "thick"
176178 resources:
177179 requests:
178180 cpu: "10m"
You can’t perform that action at this time.
0 commit comments