File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ CONTROL_NODES=3 WORKER_NODES=5 ./kind-cluster.sh create
126126
127127| Variable | Default | Description |
128128| ---------------------| --------------| -------------------|
129- | ` KIND_VERSION ` | v0.29 .0 | Kind version |
129+ | ` KIND_VERSION ` | v0.31 .0 | Kind version |
130130| ` KIND_NODE_IMAGE ` | latest | Node image |
131131| ` KIND_CLUSTER_NAME ` | kind-cluster | Cluster name |
132132| ` CONTROL_NODES ` | 1 | Control planes |
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ source "${SCRIPT_DIR}/lib/network.sh"
5353# =============================================================================
5454
5555# Kind Configuration
56- export KIND_VERSION=" ${KIND_VERSION:- v0.29 .0} "
56+ export KIND_VERSION=" ${KIND_VERSION:- v0.31 .0} "
5757export KIND_CLOUD_PROVIDER_VERSION=" ${KIND_CLOUD_PROVIDER_VERSION:- v0.6.0} "
5858
5959# Node Images
60- KIND_LATEST_DEFAULT_IMAGE=" kindest/node:v1.33.1 @sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f "
60+ KIND_LATEST_DEFAULT_IMAGE=" kindest/node:v1.35.0 @sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f "
6161KIND_OLDEST_DEFAULT_IMAGE=" kindest/node:v1.27.16@sha256:2d21a61643eafc439905e18705b8186f3296384750a835ad7a005dceb9546d20"
6262export KIND_NODE_IMAGE=" ${KIND_NODE_IMAGE:- ${KIND_LATEST_DEFAULT_IMAGE} } "
6363
You can’t perform that action at this time.
0 commit comments