This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ function update_test_host {
55
55
which kind > /dev/null 2>&1
56
56
if [ $? -ne 0 ]
57
57
then
58
- # Download kind binary (0.19 .0)
58
+ # Download kind binary (0.22 .0)
59
59
echo " Downloading and installing kind...."
60
- sudo curl -o /usr/local/bin/kind -L https://github.com/kubernetes-sigs/kind/releases/download/v0.19 .0/kind-linux-${arch} && \
60
+ sudo curl -o /usr/local/bin/kind -L https://github.com/kubernetes-sigs/kind/releases/download/v0.22 .0/kind-linux-${arch} && \
61
61
sudo chmod +x /usr/local/bin/kind
62
62
[ $? -ne 0 ] && echo " Failed to download kind" && exit 1
63
63
echo " Kind was sucessfully installed."
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ apiVersion: kind.x-k8s.io/v1alpha4
5
5
nodes :
6
6
# the control plane node config
7
7
- role : control-plane
8
- # kubernetes version 1.26.4 from kind v0.19 .0
9
- image : kindest/node:v1.26.4 @sha256:f4c0d87be03d6bea69f5e5dc0adb678bb498a190ee5c38422bf751541cebe92e
8
+ # kubernetes version 1.26.14 from kind v0.22 .0
9
+ image : kindest/node:v1.26.14 @sha256:5d548739ddef37b9318c70cb977f57bf3e5015e4552be4e27e57280a8cbb8e4f
10
10
# the worker
11
11
- role : worker
12
- # kubernetes version 1.26.4 from kind v0.19 .0
13
- image : kindest/node:v1.26.4 @sha256:f4c0d87be03d6bea69f5e5dc0adb678bb498a190ee5c38422bf751541cebe92e
12
+ # kubernetes version 1.26.14 from kind v0.22 .0
13
+ image : kindest/node:v1.26.14 @sha256:5d548739ddef37b9318c70cb977f57bf3e5015e4552be4e27e57280a8cbb8e4f
You can’t perform that action at this time.
0 commit comments