Skip to content

Commit cfd35fe

Browse files
committed
Bump LKE version examples to 1.24
1 parent 4d3cda1 commit cfd35fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10182,7 +10182,7 @@ paths:
1018210182
-X POST -d '{
1018310183
"label": "cluster12345",
1018410184
"region": "us-central",
10185-
"k8s_version": "1.23",
10185+
"k8s_version": "1.24",
1018610186
"tags": ["ecomm", "blogs"],
1018710187
"control_plane": {
1018810188
"high_availability": true
@@ -10209,7 +10209,7 @@ paths:
1020910209
linode-cli lke cluster-create \
1021010210
--label cluster12345 \
1021110211
--region us-central \
10212-
--k8s_version 1.23 \
10212+
--k8s_version 1.24 \
1021310213
--control_plane.high_availability true \
1021410214
--node_pools.type g6-standard-4 --node_pools.count 6 \
1021510215
--node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -10369,7 +10369,7 @@ paths:
1036910369
linode-cli lke cluster-update 12345 \
1037010370
--label lkecluster54321 \
1037110371
--control_plane.high_availability true \
10372-
--k8s_version 1.23 \
10372+
--k8s_version 1.24 \
1037310373
--tags ecomm \
1037410374
--tags blog \
1037510375
--tags prod \
@@ -11185,10 +11185,10 @@ paths:
1118511185
- lang: Shell
1118611186
source: >
1118711187
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
1118911189
- lang: CLI
1119011190
source: >
11191-
linode-cli lke version-view 1.23
11191+
linode-cli lke version-view 1.24
1119211192
/longview/clients:
1119311193
x-linode-cli-command: longview
1119411194
get:
@@ -23587,7 +23587,7 @@ components:
2358723587
description: >
2358823588
The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
2358923589
and the latest supported patch version will be deployed.
23590-
example: "1.23"
23590+
example: "1.24"
2359123591
control_plane:
2359223592
type: object
2359323593
description: >
@@ -23788,7 +23788,7 @@ components:
2378823788
A Kubernetes version number available for deployment
2378923789
to a Kubernetes cluster in the format of <major>.<minor>,
2379023790
and the latest supported patch version.
23791-
example: "1.23"
23791+
example: "1.24"
2379223792
LongviewClient:
2379323793
type: object
2379423794
description: >

0 commit comments

Comments
 (0)