@@ -10183,7 +10183,7 @@ paths:
1018310183 -X POST -d '{
1018410184 "label": "cluster12345",
1018510185 "region": "us-central",
10186- "k8s_version": "1.23 ",
10186+ "k8s_version": "1.24 ",
1018710187 "tags": ["ecomm", "blogs"],
1018810188 "control_plane": {
1018910189 "high_availability": true
@@ -10210,7 +10210,7 @@ paths:
1021010210 linode-cli lke cluster-create \
1021110211 --label cluster12345 \
1021210212 --region us-central \
10213- --k8s_version 1.23 \
10213+ --k8s_version 1.24 \
1021410214 --control_plane.high_availability true \
1021510215 --node_pools.type g6-standard-4 --node_pools.count 6 \
1021610216 --node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -10370,7 +10370,7 @@ paths:
1037010370 linode-cli lke cluster-update 12345 \
1037110371 --label lkecluster54321 \
1037210372 --control_plane.high_availability true \
10373- --k8s_version 1.23 \
10373+ --k8s_version 1.24 \
1037410374 --tags ecomm \
1037510375 --tags blog \
1037610376 --tags prod \
@@ -11186,10 +11186,10 @@ paths:
1118611186 - lang: Shell
1118711187 source: >
1118811188 curl -H "Authorization: Bearer $TOKEN" \
11189- https://api.linode.com/v4/lke/versions/1.23
11189+ https://api.linode.com/v4/lke/versions/1.24
1119011190 - lang: CLI
1119111191 source: >
11192- linode-cli lke version-view 1.23
11192+ linode-cli lke version-view 1.24
1119311193 /longview/clients:
1119411194 x-linode-cli-command: longview
1119511195 get:
@@ -23588,7 +23588,7 @@ components:
2358823588 description: >
2358923589 The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
2359023590 and the latest supported patch version will be deployed.
23591- example: "1.23 "
23591+ example: "1.24 "
2359223592 control_plane:
2359323593 type: object
2359423594 description: >
@@ -23789,7 +23789,7 @@ components:
2378923789 A Kubernetes version number available for deployment
2379023790 to a Kubernetes cluster in the format of <major>.<minor>,
2379123791 and the latest supported patch version.
23792- example: "1.23 "
23792+ example: "1.24 "
2379323793 LongviewClient:
2379423794 type: object
2379523795 description: >
0 commit comments