Skip to content

Commit 123621f

Browse files
author
hzoppetti
committed
added nodepools to lke cluster create cli example
1 parent 2278f3b commit 123621f

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
@@ -6089,7 +6089,8 @@ paths:
60896089
--label cluster12345 \
60906090
--region us-central \
60916091
--version 1.16 \
6092-
# you must run subsequent pool-create commands
6092+
--node_pools.type g6-standard-4 --node_pools.count 6 \
6093+
--node_pools.type g6-standard-8 --node_pools.count 3
60936094
/lke/clusters/{clusterId}:
60946095
parameters:
60956096
- name: clusterId

0 commit comments

Comments
 (0)