@@ -10183,7 +10183,7 @@ paths:
10183
10183
-X POST -d '{
10184
10184
"label": "cluster12345",
10185
10185
"region": "us-central",
10186
- "k8s_version": "1.23 ",
10186
+ "k8s_version": "1.24 ",
10187
10187
"tags": ["ecomm", "blogs"],
10188
10188
"control_plane": {
10189
10189
"high_availability": true
@@ -10210,7 +10210,7 @@ paths:
10210
10210
linode-cli lke cluster-create \
10211
10211
--label cluster12345 \
10212
10212
--region us-central \
10213
- --k8s_version 1.23 \
10213
+ --k8s_version 1.24 \
10214
10214
--control_plane.high_availability true \
10215
10215
--node_pools.type g6-standard-4 --node_pools.count 6 \
10216
10216
--node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -10370,7 +10370,7 @@ paths:
10370
10370
linode-cli lke cluster-update 12345 \
10371
10371
--label lkecluster54321 \
10372
10372
--control_plane.high_availability true \
10373
- --k8s_version 1.23 \
10373
+ --k8s_version 1.24 \
10374
10374
--tags ecomm \
10375
10375
--tags blog \
10376
10376
--tags prod \
@@ -11186,10 +11186,10 @@ paths:
11186
11186
- lang: Shell
11187
11187
source: >
11188
11188
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
11190
11190
- lang: CLI
11191
11191
source: >
11192
- linode-cli lke version-view 1.23
11192
+ linode-cli lke version-view 1.24
11193
11193
/longview/clients:
11194
11194
x-linode-cli-command: longview
11195
11195
get:
@@ -23588,7 +23588,7 @@ components:
23588
23588
description: >
23589
23589
The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
23590
23590
and the latest supported patch version will be deployed.
23591
- example: "1.23 "
23591
+ example: "1.24 "
23592
23592
control_plane:
23593
23593
type: object
23594
23594
description: >
@@ -23789,7 +23789,7 @@ components:
23789
23789
A Kubernetes version number available for deployment
23790
23790
to a Kubernetes cluster in the format of <major>.<minor>,
23791
23791
and the latest supported patch version.
23792
- example: "1.23 "
23792
+ example: "1.24 "
23793
23793
LongviewClient:
23794
23794
type: object
23795
23795
description: >
0 commit comments