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 @@ -59,9 +59,9 @@ function update_test_host {
59
59
which kind > /dev/null 2>&1
60
60
if [ $? -ne 0 ]
61
61
then
62
- # Download kind binary (0.19 .0)
62
+ # Download kind binary (0.22 .0)
63
63
echo " Downloading and installing kind...."
64
- sudo curl -o /usr/local/bin/kind -L https://github.com/kubernetes-sigs/kind/releases/download/v0.19 .0/kind-linux-${arch} && \
64
+ sudo curl -o /usr/local/bin/kind -L https://github.com/kubernetes-sigs/kind/releases/download/v0.22 .0/kind-linux-${arch} && \
65
65
sudo chmod +x /usr/local/bin/kind
66
66
[ $? -ne 0 ] && echo " Failed to download kind" && exit 1
67
67
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.27.1 from kind v0.19 .0
9
- image : kindest/node:v1.27.1 @sha256:b7d12ed662b873bd8510879c1846e87c7e676a79fefc93e17b2a52989d3ff42b
8
+ # kubernetes version 1.27.10 from kind v0.22 .0
9
+ image : kindest/node:v1.27.10 @sha256:e6b2f72f22a4de7b957cd5541e519a8bef3bae7261dd30c6df34cd9bdd3f8476
10
10
# the worker
11
11
- role : worker
12
- # kubernetes version 1.27.1 from kind v0.19 .0
13
- image : kindest/node:v1.27.1 @sha256:b7d12ed662b873bd8510879c1846e87c7e676a79fefc93e17b2a52989d3ff42b
12
+ # kubernetes version 1.27.10 from kind v0.22 .0
13
+ image : kindest/node:v1.27.10 @sha256:e6b2f72f22a4de7b957cd5541e519a8bef3bae7261dd30c6df34cd9bdd3f8476
You can’t perform that action at this time.
0 commit comments