@@ -9483,7 +9483,7 @@ paths:
94839483 -X POST -d '{
94849484 "label": "cluster12345",
94859485 "region": "us-central",
9486- "k8s_version": "1.25 ",
9486+ "k8s_version": "1.27 ",
94879487 "tags": ["ecomm", "blogs"],
94889488 "control_plane": {
94899489 "high_availability": true
@@ -9510,7 +9510,7 @@ paths:
95109510 linode-cli lke cluster-create \
95119511 --label cluster12345 \
95129512 --region us-central \
9513- --k8s_version 1.25 \
9513+ --k8s_version 1.27 \
95149514 --control_plane.high_availability true \
95159515 --node_pools.type g6-standard-4 --node_pools.count 6 \
95169516 --node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -9670,7 +9670,7 @@ paths:
96709670 linode-cli lke cluster-update 12345 \
96719671 --label lkecluster54321 \
96729672 --control_plane.high_availability true \
9673- --k8s_version 1.25 \
9673+ --k8s_version 1.27 \
96749674 --tags ecomm \
96759675 --tags blog \
96769676 --tags prod \
@@ -10591,10 +10591,10 @@ paths:
1059110591 - lang: Shell
1059210592 source: >
1059310593 curl -H "Authorization: Bearer $TOKEN" \
10594- https://api.linode.com/v4/lke/versions/1.25
10594+ https://api.linode.com/v4/lke/versions/1.27
1059510595 - lang: CLI
1059610596 source: >
10597- linode-cli lke version-view 1.25
10597+ linode-cli lke version-view 1.27
1059810598 /longview/clients:
1059910599 x-linode-cli-command: longview
1060010600 get:
@@ -23106,7 +23106,7 @@ components:
2310623106 and the latest supported patch version will be deployed.
2310723107 x-linode-filterable: true
2310823108 x-linode-cli-display: 4
23109- example: "1.25 "
23109+ example: "1.27 "
2311023110 control_plane:
2311123111 type: object
2311223112 description: >
@@ -23308,7 +23308,7 @@ components:
2330823308 A Kubernetes version number available for deployment
2330923309 to a Kubernetes cluster in the format of <major>.<minor>,
2331023310 and the latest supported patch version.
23311- example: "1.25 "
23311+ example: "1.27 "
2331223312 LongviewClient:
2331323313 type: object
2331423314 description: >
0 commit comments