@@ -10155,7 +10155,7 @@ paths:
10155
10155
-X POST -d '{
10156
10156
"label": "cluster12345",
10157
10157
"region": "us-central",
10158
- "k8s_version": "1.24 ",
10158
+ "k8s_version": "1.25 ",
10159
10159
"tags": ["ecomm", "blogs"],
10160
10160
"control_plane": {
10161
10161
"high_availability": true
@@ -10182,7 +10182,7 @@ paths:
10182
10182
linode-cli lke cluster-create \
10183
10183
--label cluster12345 \
10184
10184
--region us-central \
10185
- --k8s_version 1.24 \
10185
+ --k8s_version 1.25 \
10186
10186
--control_plane.high_availability true \
10187
10187
--node_pools.type g6-standard-4 --node_pools.count 6 \
10188
10188
--node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -10342,7 +10342,7 @@ paths:
10342
10342
linode-cli lke cluster-update 12345 \
10343
10343
--label lkecluster54321 \
10344
10344
--control_plane.high_availability true \
10345
- --k8s_version 1.24 \
10345
+ --k8s_version 1.25 \
10346
10346
--tags ecomm \
10347
10347
--tags blog \
10348
10348
--tags prod \
@@ -11158,10 +11158,10 @@ paths:
11158
11158
- lang: Shell
11159
11159
source: >
11160
11160
curl -H "Authorization: Bearer $TOKEN" \
11161
- https://api.linode.com/v4/lke/versions/1.24
11161
+ https://api.linode.com/v4/lke/versions/1.25
11162
11162
- lang: CLI
11163
11163
source: >
11164
- linode-cli lke version-view 1.24
11164
+ linode-cli lke version-view 1.25
11165
11165
/longview/clients:
11166
11166
x-linode-cli-command: longview
11167
11167
get:
@@ -23591,7 +23591,7 @@ components:
23591
23591
and the latest supported patch version will be deployed.
23592
23592
x-linode-filterable: true
23593
23593
x-linode-cli-display: 4
23594
- example: "1.24 "
23594
+ example: "1.25 "
23595
23595
control_plane:
23596
23596
type: object
23597
23597
description: >
@@ -23793,7 +23793,7 @@ components:
23793
23793
A Kubernetes version number available for deployment
23794
23794
to a Kubernetes cluster in the format of <major>.<minor>,
23795
23795
and the latest supported patch version.
23796
- example: "1.24 "
23796
+ example: "1.25 "
23797
23797
LongviewClient:
23798
23798
type: object
23799
23799
description: >
0 commit comments