@@ -9483,7 +9483,7 @@ paths:
9483
9483
-X POST -d '{
9484
9484
"label": "cluster12345",
9485
9485
"region": "us-central",
9486
- "k8s_version": "1.25 ",
9486
+ "k8s_version": "1.27 ",
9487
9487
"tags": ["ecomm", "blogs"],
9488
9488
"control_plane": {
9489
9489
"high_availability": true
@@ -9510,7 +9510,7 @@ paths:
9510
9510
linode-cli lke cluster-create \
9511
9511
--label cluster12345 \
9512
9512
--region us-central \
9513
- --k8s_version 1.25 \
9513
+ --k8s_version 1.27 \
9514
9514
--control_plane.high_availability true \
9515
9515
--node_pools.type g6-standard-4 --node_pools.count 6 \
9516
9516
--node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -9670,7 +9670,7 @@ paths:
9670
9670
linode-cli lke cluster-update 12345 \
9671
9671
--label lkecluster54321 \
9672
9672
--control_plane.high_availability true \
9673
- --k8s_version 1.25 \
9673
+ --k8s_version 1.27 \
9674
9674
--tags ecomm \
9675
9675
--tags blog \
9676
9676
--tags prod \
@@ -10591,10 +10591,10 @@ paths:
10591
10591
- lang: Shell
10592
10592
source: >
10593
10593
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
10595
10595
- lang: CLI
10596
10596
source: >
10597
- linode-cli lke version-view 1.25
10597
+ linode-cli lke version-view 1.27
10598
10598
/longview/clients:
10599
10599
x-linode-cli-command: longview
10600
10600
get:
@@ -23106,7 +23106,7 @@ components:
23106
23106
and the latest supported patch version will be deployed.
23107
23107
x-linode-filterable: true
23108
23108
x-linode-cli-display: 4
23109
- example: "1.25 "
23109
+ example: "1.27 "
23110
23110
control_plane:
23111
23111
type: object
23112
23112
description: >
@@ -23308,7 +23308,7 @@ components:
23308
23308
A Kubernetes version number available for deployment
23309
23309
to a Kubernetes cluster in the format of <major>.<minor>,
23310
23310
and the latest supported patch version.
23311
- example: "1.25 "
23311
+ example: "1.27 "
23312
23312
LongviewClient:
23313
23313
type: object
23314
23314
description: >
0 commit comments