Skip to content

Commit b09cf3c

Browse files
author
hzoppetti
committed
removed disks from cli examples
1 parent c51d16c commit b09cf3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

openapi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6378,7 +6378,7 @@ paths:
63786378
--label cluster12345 \
63796379
--region us-central \
63806380
--k8s_version 1.16 \
6381-
--node_pools.type g6-standard-4 --node_pools.count 6 --node_pools.disks '[{"size": 1028, "type": "ext4"}]' \
6381+
--node_pools.type g6-standard-4 --node_pools.count 6 \
63826382
--node_pools.type g6-standard-8 --node_pools.count 3 \
63836383
--tags ecomm
63846384
/lke/clusters/{clusterId}:
@@ -6659,8 +6659,7 @@ paths:
66596659
source: >
66606660
linode-cli lke pool-create 12345 \
66616661
--type g6-standard-4 \
6662-
--count 6 \
6663-
--disks '[{"size": 1028, "type": "ext4"}]'
6662+
--count 6'
66646663
/lke/clusters/{clusterId}/pools/{poolId}:
66656664
parameters:
66666665
- name: clusterId

0 commit comments

Comments
 (0)