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 @@ -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.20.7 from kind v0.11 .0
9
- image : kindest/node:v1.20.7 @sha256:e645428988191fc824529fd0bb5c94244c12401cf5f5ea3bd875eb0a787f0fe9
8
+ # kubernetes version 1.26.6 from kind v0.20 .0
9
+ image : kindest/node:v1.26.6 @sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
10
10
# the worker
11
11
- role : worker
12
- # kubernetes version 1.20.7 from kind v0.11 .0
13
- image : kindest/node:v1.20.7 @sha256:e645428988191fc824529fd0bb5c94244c12401cf5f5ea3bd875eb0a787f0fe9
12
+ # kubernetes version 1.26.6 from kind v0.20 .0
13
+ image : kindest/node:v1.26.6 @sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ function update_test_host {
77
77
which kind > /dev/null 2>&1
78
78
if [ $? -ne 0 ]
79
79
then
80
- # Download kind binary (0.18 .0)
80
+ # Download kind binary (0.20 .0)
81
81
echo " Downloading and installing kind...."
82
- sudo curl -o /usr/local/bin/kind -L https://github.com/kubernetes-sigs/kind/releases/download/v0.18 .0/kind-linux-${arch} && \
82
+ sudo curl -o /usr/local/bin/kind -L https://github.com/kubernetes-sigs/kind/releases/download/v0.20 .0/kind-linux-${arch} && \
83
83
sudo chmod +x /usr/local/bin/kind
84
84
[ $? -ne 0 ] && echo " Failed to download kind" && exit 1
85
85
echo " Kind was sucessfully installed."
You can’t perform that action at this time.
0 commit comments