Commit d6506459 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Fix flakey etcd test

Taint the first node so that the helm job doesn't run on it. In a real cluster the helm job would eventually succeed once all the servers were upgraded and had the new chart tarball. Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 934d0136
......@@ -10,7 +10,7 @@ all_services=(
export NUM_SERVERS=2
export NUM_AGENTS=0
export WAIT_SERVICES="${all_services[@]}"
export SERVER_1_ARGS="--cluster-init"
export SERVER_1_ARGS="--cluster-init --node-taint=node-role.kubernetes.io/control-plane=effect:NoSchedule"
REPO=${REPO:-rancher}
IMAGE_NAME=${IMAGE_NAME:-k3s}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment