File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6042,8 +6042,8 @@ paths:
6042
6042
source: >
6043
6043
linode-cli lke cluster-create \
6044
6044
--label cluster12345 \
6045
- --region us-east \
6046
- --version 1.14 \
6045
+ --region us-central \
6046
+ --version 1.16 \
6047
6047
# you must run subsequent pool-create commands
6048
6048
/lke/clusters/{clusterId}:
6049
6049
parameters:
@@ -15414,14 +15414,13 @@ components:
15414
15414
version:
15415
15415
type: string
15416
15416
description: >
15417
- The desired Kubernetes version for this Kubernetes cluster.
15417
+ The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
15418
+ and the latest supported patch version will be deployed.
15418
15419
example: "1.16"
15419
15420
tags:
15420
15421
type: array
15421
15422
description: >
15422
- An array of tags applied to the Kubernetes cluster and _all
15423
- resources created by the Kubernetes cluster_ (such as NodeBalancers
15424
- and Volumes). Tags are for organizational purposes only.
15423
+ An array of tags applied to the Kubernetes cluster. Tags are for organizational purposes only.
15425
15424
items:
15426
15425
type: string
15427
15426
example:
@@ -15442,8 +15441,8 @@ components:
15442
15441
type: integer
15443
15442
description: This Kubernetes cluster's unique ID.
15444
15443
readOnly: true
15445
- example: "12345"
15446
15444
x-linode-cli-display: 1
15445
+ example: 1234
15447
15446
created:
15448
15447
type: string
15449
15448
format: date-time
@@ -15547,7 +15546,8 @@ components:
15547
15546
type: string
15548
15547
description: >
15549
15548
A Kubernetes version number available for deployment
15550
- to a Kubernetes cluster.
15549
+ to a Kubernetes cluster in the format of <major>.<minor>,
15550
+ and the latest supported patch version.
15551
15551
example: "1.16"
15552
15552
LongviewClient:
15553
15553
type: object
You can’t perform that action at this time.
0 commit comments