Skip to content

Update LKE examples to 1.27 #859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9483,7 +9483,7 @@ paths:
-X POST -d '{
"label": "cluster12345",
"region": "us-central",
"k8s_version": "1.25",
"k8s_version": "1.27",
"tags": ["ecomm", "blogs"],
"control_plane": {
"high_availability": true
Expand All @@ -9510,7 +9510,7 @@ paths:
linode-cli lke cluster-create \
--label cluster12345 \
--region us-central \
--k8s_version 1.25 \
--k8s_version 1.27 \
--control_plane.high_availability true \
--node_pools.type g6-standard-4 --node_pools.count 6 \
--node_pools.type g6-standard-8 --node_pools.count 3 \
Expand Down Expand Up @@ -9670,7 +9670,7 @@ paths:
linode-cli lke cluster-update 12345 \
--label lkecluster54321 \
--control_plane.high_availability true \
--k8s_version 1.25 \
--k8s_version 1.27 \
--tags ecomm \
--tags blog \
--tags prod \
Expand Down Expand Up @@ -10591,10 +10591,10 @@ paths:
- lang: Shell
source: >
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4/lke/versions/1.25
https://api.linode.com/v4/lke/versions/1.27
- lang: CLI
source: >
linode-cli lke version-view 1.25
linode-cli lke version-view 1.27
/longview/clients:
x-linode-cli-command: longview
get:
Expand Down Expand Up @@ -23106,7 +23106,7 @@ components:
and the latest supported patch version will be deployed.
x-linode-filterable: true
x-linode-cli-display: 4
example: "1.25"
example: "1.27"
control_plane:
type: object
description: >
Expand Down Expand Up @@ -23308,7 +23308,7 @@ components:
A Kubernetes version number available for deployment
to a Kubernetes cluster in the format of <major>.<minor>,
and the latest supported patch version.
example: "1.25"
example: "1.27"
LongviewClient:
type: object
description: >
Expand Down