@@ -6091,7 +6091,7 @@ paths:
6091
6091
required:
6092
6092
- label
6093
6093
- region
6094
- - version
6094
+ - k8s_version
6095
6095
- node_pools
6096
6096
allOf:
6097
6097
- $ref: '#/components/schemas/LKEClusterRequestBody'
@@ -6117,7 +6117,7 @@ paths:
6117
6117
-X POST -d '{
6118
6118
"label": "cluster12345",
6119
6119
"region": "us-central",
6120
- "version ": "1.16",
6120
+ "k8s_version ": "1.16",
6121
6121
"tags": ["ecomm", "blogs"],
6122
6122
"node_pools": [
6123
6123
{ "type": "g6-standard-4", "count": 6},
@@ -6130,7 +6130,7 @@ paths:
6130
6130
linode-cli lke cluster-create \
6131
6131
--label cluster12345 \
6132
6132
--region us-central \
6133
- --version 1.16 \
6133
+ --k8s_version 1.16 \
6134
6134
--node_pools.type g6-standard-4 --node_pools.count 6 \
6135
6135
--node_pools.type g6-standard-8 --node_pools.count 3 \
6136
6136
--tags ecomm
@@ -6248,8 +6248,8 @@ paths:
6248
6248
$ref: '#/components/schemas/LKECluster/properties/updated'
6249
6249
region:
6250
6250
$ref: '#/components/schemas/LKECluster/properties/region'
6251
- version :
6252
- $ref: '#/components/schemas/LKECluster/properties/version '
6251
+ k8s_version :
6252
+ $ref: '#/components/schemas/LKECluster/properties/k8s_version '
6253
6253
x-code-samples:
6254
6254
- lang: Shell
6255
6255
source: >
@@ -15700,7 +15700,7 @@ components:
15700
15700
type: string
15701
15701
description: This Kubernetes cluster's location.
15702
15702
example: us-central
15703
- version :
15703
+ k8s_version :
15704
15704
type: string
15705
15705
description: >
15706
15706
The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
@@ -15718,7 +15718,7 @@ components:
15718
15718
required:
15719
15719
- label
15720
15720
- region
15721
- - version
15721
+ - k8s_version
15722
15722
LKECluster:
15723
15723
type: object
15724
15724
# Note that LKECluster inherits all properties of
@@ -15754,7 +15754,7 @@ components:
15754
15754
readOnly: true
15755
15755
x-linode-cli-display: 3
15756
15756
example: us-central
15757
- version :
15757
+ k8s_version :
15758
15758
example: "1.16"
15759
15759
tags:
15760
15760
example:
0 commit comments