@@ -10155,7 +10155,7 @@ paths:
1015510155 -X POST -d '{
1015610156 "label": "cluster12345",
1015710157 "region": "us-central",
10158- "k8s_version": "1.24 ",
10158+ "k8s_version": "1.25 ",
1015910159 "tags": ["ecomm", "blogs"],
1016010160 "control_plane": {
1016110161 "high_availability": true
@@ -10182,7 +10182,7 @@ paths:
1018210182 linode-cli lke cluster-create \
1018310183 --label cluster12345 \
1018410184 --region us-central \
10185- --k8s_version 1.24 \
10185+ --k8s_version 1.25 \
1018610186 --control_plane.high_availability true \
1018710187 --node_pools.type g6-standard-4 --node_pools.count 6 \
1018810188 --node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -10342,7 +10342,7 @@ paths:
1034210342 linode-cli lke cluster-update 12345 \
1034310343 --label lkecluster54321 \
1034410344 --control_plane.high_availability true \
10345- --k8s_version 1.24 \
10345+ --k8s_version 1.25 \
1034610346 --tags ecomm \
1034710347 --tags blog \
1034810348 --tags prod \
@@ -11158,10 +11158,10 @@ paths:
1115811158 - lang: Shell
1115911159 source: >
1116011160 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
1116211162 - lang: CLI
1116311163 source: >
11164- linode-cli lke version-view 1.24
11164+ linode-cli lke version-view 1.25
1116511165 /longview/clients:
1116611166 x-linode-cli-command: longview
1116711167 get:
@@ -23591,7 +23591,7 @@ components:
2359123591 and the latest supported patch version will be deployed.
2359223592 x-linode-filterable: true
2359323593 x-linode-cli-display: 4
23594- example: "1.24 "
23594+ example: "1.25 "
2359523595 control_plane:
2359623596 type: object
2359723597 description: >
@@ -23793,7 +23793,7 @@ components:
2379323793 A Kubernetes version number available for deployment
2379423794 to a Kubernetes cluster in the format of <major>.<minor>,
2379523795 and the latest supported patch version.
23796- example: "1.24 "
23796+ example: "1.25 "
2379723797 LongviewClient:
2379823798 type: object
2379923799 description: >
0 commit comments