File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -15757,7 +15757,6 @@ components:
15757
15757
x-linode-cli-display: 3
15758
15758
example: us-central
15759
15759
k8s_version:
15760
- x-linode-filterable: true
15761
15760
example: "1.16"
15762
15761
tags:
15763
15762
example:
You can’t perform that action at this time.
0 commit comments