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