Skip to content

Commit

Permalink
Merge pull request #138 from SchSeba/fix_ci
Browse files Browse the repository at this point in the history
Fix CI cluster deployment
  • Loading branch information
SchSeba authored May 29, 2023
2 parents d881634 + de2572e commit 2604dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/e2e_setup_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ K8_ADDITIONS_PATH="${root}/scripts/control-plane-additions"
TMP_DIR="${root}/test/tmp"
MULTUS_DAEMONSET_URL="https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset.yml"
MULTUS_NAME="multus"
CNIS_DAEMONSET_URL="https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/e2e/cni-install.yml"
CNIS_DAEMONSET_URL="https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/e2e/templates/cni-install.yml.j2"
CNIS_NAME="cni-plugins"
# array with the KinD workers
KIND_WORKER_NAMES=( kind-worker kind-worker2 )
Expand Down Expand Up @@ -135,7 +135,7 @@ generate_k8_api_data
echo "## start Kind cluster with precreated CA key/cert"
create_cluster
echo "## remove taints from master node"
kubectl taint nodes kind-control-plane node-role.kubernetes.io/master:NoSchedule-
kubectl taint nodes kind-control-plane node-role.kubernetes.io/control-plane:NoSchedule-
echo "## build NRI"
retry docker build -t "${APP_DOCKER_TAG}" "${root}"
echo "## load NRI image into Kind"
Expand Down

0 comments on commit 2604dec

Please sign in to comment.