Skip to content

Commit

Permalink
kind: Bump kindest/node image to support testing on arm64
Browse files Browse the repository at this point in the history
Bump kindest/node to v1.19.11 (latest for k8s 1.19) to support testing
on arm64, as arm64 native images have are available with these versions:

v1.14.10
v1.15.12
v1.16.15
v1.17.17
v1.18.19
v1.19.11
v1.20.7
v1.21.1 - v1.21.2
v1.22.0 - v1.22.4

Signed-off-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
jrajahalme authored and tklauser committed Nov 22, 2021
1 parent fd9281f commit 993ee59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/kind-config-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.19.1
image: kindest/node:v1.19.11
networking:
disableDefaultCNI: true
podSubnet: "10.201.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion .github/kind-config-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.19.1
image: kindest/node:v1.19.11
networking:
disableDefaultCNI: true
podSubnet: "10.202.0.0/16"
Expand Down
4 changes: 2 additions & 2 deletions .github/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.19.1
image: kindest/node:v1.19.11
kubeadmConfigPatches:
# To make sure that there is no taint for master node.
# Otherwise additional worker node might be required for conformance testing.
Expand All @@ -12,7 +12,7 @@ nodes:
nodeRegistration:
taints: []
- role: worker
image: kindest/node:v1.19.1
image: kindest/node:v1.19.11
networking:
disableDefaultCNI: true
podSubnet: "10.244.0.0/16"
Expand Down

0 comments on commit 993ee59

Please sign in to comment.