Skip to content

Commit 2155214

Browse files
authored
Merge pull request #193 from hzoppetti/cli-nodepools-fix
[Update] POST /lke/clusters
2 parents ae5ca65 + 123621f commit 2155214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6121,7 +6121,8 @@ paths:
61216121
--label cluster12345 \
61226122
--region us-central \
61236123
--version 1.16 \
6124-
# you must run subsequent pool-create commands
6124+
--node_pools.type g6-standard-4 --node_pools.count 6 \
6125+
--node_pools.type g6-standard-8 --node_pools.count 3
61256126
/lke/clusters/{clusterId}:
61266127
parameters:
61276128
- name: clusterId

0 commit comments

Comments
 (0)