This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 4d3420f authored Jan 14, 2020 Verified
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ FLUX_ROOT_DIR="$(git rev-parse --show-toplevel)"
10
10
E2E_DIR=" ${FLUX_ROOT_DIR} /test/e2e"
11
11
CACHE_DIR=" ${FLUX_ROOT_DIR} /cache/$CURRENT_OS_ARCH "
12
12
13
- KIND_VERSION=" v0.6.1"
13
+ KIND_VERSION=v0.7.0
14
+ KUBE_VERSION=v1.14.10
14
15
KIND_CACHE_PATH=" ${CACHE_DIR} /kind-$KIND_VERSION "
15
16
KIND_CLUSTER_PREFIX=flux-e2e
16
17
BATS_EXTRA_ARGS=" "
@@ -51,7 +52,7 @@ if ! kubectl version > /dev/null 2>&1; then
51
52
# Wire tests with the right cluster based on their BATS_JOB_SLOT env variable
52
53
eval export " KUBECONFIG_SLOT_${I} =${KIND_CONFIG_PREFIX} -${I} "
53
54
done
54
- seq 1 " ${E2E_KIND_CLUSTER_NUM} " | time parallel -- env KUBECONFIG=" ${KIND_CONFIG_PREFIX} -{}" kind create cluster --name " ${KIND_CLUSTER_PREFIX} -{}" --wait 5m
55
+ 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}
55
56
56
57
echo ' >>> Loading images into the Kind cluster(s)'
57
58
seq 1 " ${E2E_KIND_CLUSTER_NUM} " | time parallel -- kind --name " ${KIND_CLUSTER_PREFIX} -{}" load docker-image ' docker.io/fluxcd/flux:latest'
You can’t perform that action at this time.
0 commit comments