Skip to content

Commit da031e1

Browse files
Update shell and CLI examples
1 parent 997d3af commit da031e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

openapi.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6091,7 +6091,7 @@ paths:
60916091
required:
60926092
- label
60936093
- region
6094-
- version
6094+
- k8s_version
60956095
- node_pools
60966096
allOf:
60976097
- $ref: '#/components/schemas/LKEClusterRequestBody'
@@ -6117,7 +6117,7 @@ paths:
61176117
-X POST -d '{
61186118
"label": "cluster12345",
61196119
"region": "us-central",
6120-
"version": "1.16",
6120+
"k8s_version": "1.16",
61216121
"tags": ["ecomm", "blogs"],
61226122
"node_pools": [
61236123
{ "type": "g6-standard-4", "count": 6},
@@ -6130,7 +6130,7 @@ paths:
61306130
linode-cli lke cluster-create \
61316131
--label cluster12345 \
61326132
--region us-central \
6133-
--version 1.16 \
6133+
--k8s_version 1.16 \
61346134
--node_pools.type g6-standard-4 --node_pools.count 6 \
61356135
--node_pools.type g6-standard-8 --node_pools.count 3 \
61366136
--tags ecomm
@@ -15757,7 +15757,6 @@ components:
1575715757
x-linode-cli-display: 3
1575815758
example: us-central
1575915759
k8s_version:
15760-
x-linode-filterable: true
1576115760
example: "1.16"
1576215761
tags:
1576315762
example:

0 commit comments

Comments
 (0)