We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51d16c commit b09cf3cCopy full SHA for b09cf3c
openapi.yaml
@@ -6378,7 +6378,7 @@ paths:
6378
--label cluster12345 \
6379
--region us-central \
6380
--k8s_version 1.16 \
6381
- --node_pools.type g6-standard-4 --node_pools.count 6 --node_pools.disks '[{"size": 1028, "type": "ext4"}]' \
+ --node_pools.type g6-standard-4 --node_pools.count 6 \
6382
--node_pools.type g6-standard-8 --node_pools.count 3 \
6383
--tags ecomm
6384
/lke/clusters/{clusterId}:
@@ -6659,8 +6659,7 @@ paths:
6659
source: >
6660
linode-cli lke pool-create 12345 \
6661
--type g6-standard-4 \
6662
- --count 6 \
6663
- --disks '[{"size": 1028, "type": "ext4"}]'
+ --count 6'
6664
/lke/clusters/{clusterId}/pools/{poolId}:
6665
parameters:
6666
- name: clusterId
0 commit comments