Skip to content

Commit

Permalink
Merge pull request fluxcd#2791 from 2opremio/make-kind-creation-more-…
Browse files Browse the repository at this point in the history
…verbose

Make Kind cluster creation more verbose
  • Loading branch information
2opremio authored Jan 27, 2020
2 parents 824c791 + 8f7b560 commit 1d93b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if ! kubectl version > /dev/null 2>&1; then
# Wire tests with the right cluster based on their BATS_JOB_SLOT env variable
eval export "KUBECONFIG_SLOT_${I}=${KIND_CONFIG_PREFIX}-${I}"
done
seq 1 "${E2E_KIND_CLUSTER_NUM}" | time parallel -- env KUBECONFIG="${KIND_CONFIG_PREFIX}-{}" kind create cluster --name "${KIND_CLUSTER_PREFIX}-{}" --wait 5m --image kindest/node:${KUBE_VERSION}
seq 1 "${E2E_KIND_CLUSTER_NUM}" | time parallel -- env KUBECONFIG="${KIND_CONFIG_PREFIX}-{}" kind -v 1 create cluster --name "${KIND_CLUSTER_PREFIX}-{}" --wait 5m --image kindest/node:${KUBE_VERSION}

echo '>>> Loading images into the Kind cluster(s)'
seq 1 "${E2E_KIND_CLUSTER_NUM}" | time parallel -- kind --name "${KIND_CLUSTER_PREFIX}-{}" load docker-image 'docker.io/fluxcd/flux:latest'
Expand Down

0 comments on commit 1d93b4c

Please sign in to comment.