Skip to content

Commit

Permalink
Merge pull request #612 from SchSeba/fix_k8s_ci_multus
Browse files Browse the repository at this point in the history
add w/a for multus bug in CI
  • Loading branch information
SchSeba authored Feb 4, 2024
2 parents 1e58de4 + e30414b commit 5aeb154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/run-e2e-conformance-virtual-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ do
update_host $cluster_name-worker-$num
done

# remove the patch after multus bug is fixed
# https://github.com/k8snetworkplumbingwg/multus-cni/issues/1221
kubectl patch -n kube-system ds/kube-multus-ds --type=json -p='[{"op": "replace", "path": "/spec/template/spec/initContainers/0/command", "value":["cp", "-f","/usr/src/multus-cni/bin/multus-shim", "/host/opt/cni/bin/multus-shim"]}]'

kubectl create namespace container-registry

echo "## deploy internal registry"
Expand Down

0 comments on commit 5aeb154

Please sign in to comment.