@@ -9,22 +9,22 @@ OVERRIDE_PATH=0
9
9
KIND_CONFIG_FILE=$SCRIPTPATH /kind-three-node-cluster.yaml
10
10
11
11
# shellcheck disable=SC2034
12
- K8_1_19 =" kindest/node:v1.19 .1@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600 "
12
+ K8_1_21 =" kindest/node:v1.21 .1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6 "
13
13
# shellcheck disable=SC2034
14
- K8_1_18 =" kindest/node:v1.18.8 @sha256:f4bcc97a0ad6e7abaf3f643d890add7efe6ee4ab90baeb374b4f41a4c95567eb "
14
+ K8_1_20 =" kindest/node:v1.20.70 @sha256:cbeaf907fc78ac97ce7b625e4bf0de16e3ea725daf6b04f930bd14c67c671ff9 "
15
15
# shellcheck disable=SC2034
16
- K8_1_17 =" kindest/node:v1.17 .11@sha256:5240a7a2c34bf241afb54ac05669f8a46661912eab05705d660971eeb12f6555 "
16
+ K8_1_19 =" kindest/node:v1.19 .11@sha256:07db187ae84b4b7de440a73886f008cf903fcf5764ba8106a9fd5243d6f32729 "
17
17
# shellcheck disable=SC2034
18
- K8_1_16 =" kindest/node:v1.16.15 @sha256:a89c771f7de234e6547d43695c7ab047809ffc71a0c3b65aa54eda051c45ed20 "
18
+ K8_1_18 =" kindest/node:v1.18.19 @sha256:7af1492e19b3192a79f606e43c35fb741e520d195f96399284515f077b3b622c "
19
19
# shellcheck disable=SC2034
20
- K8_1_15 =" kindest/node:v1.15.12 @sha256:d9b939055c1e852fe3d86955ee24976cab46cba518abcb8b13ba70917e6547a6 "
20
+ K8_1_17 =" kindest/node:v1.17.17 @sha256:66f1d0d91a88b8a001811e2f1054af60eef3b669a9a74f9b6db871f2f1eeed00 "
21
21
# shellcheck disable=SC2034
22
- K8_1_14 =" kindest/node:v1.14.10 @sha256:ce4355398a704fca68006f8a29f37aafb49f8fc2f64ede3ccd0d9198da910146 "
22
+ K8_1_16 =" kindest/node:v1.16.15 @sha256:83067ed51bf2a3395b24687094e283a7c7c865ccc12a8b1d7aa673ba0c5e8861 "
23
23
24
- K8_VERSION=" $K8_1_17 "
24
+ K8_VERSION=" $K8_1_20 "
25
25
KUBECTL_VERSION=$( curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
26
- KIND_VERSION=" 0.9.0 "
27
- HELM_VERSION=" 3.3.1 "
26
+ KIND_VERSION=" 0.11.1 "
27
+ HELM_VERSION=" 3.6.0 "
28
28
29
29
echoerr () { echo " $@ " 1>&2 ; }
30
30
@@ -33,7 +33,7 @@ USAGE=$(cat << 'EOM'
33
33
Executes the spot termination integration test for the Node Termination Handler.
34
34
Outputs the cluster context directory to stdout on successful completion
35
35
36
- Example: provision-cluster -b my-test -i 123 -v 1.16
36
+ Example: provision-cluster -b my-test -i 123 -v 1.20
37
37
38
38
Optional:
39
39
-b Base Name of cluster
0 commit comments