GitHub user Pearl1594 added a comment to the discussion: Syntax for nodeofferings and nodetemplates in createkubernetescluster
@chunkyen you could do as follows: > create kubernetescluster ... nodeofferings[0].node="control" > nodeofferings[0].offering="uuid" nodeofferings[1].node="worker" > nodeofferings[1].offering="uuid2" nodetemplates[0].node="control" > nodetemplates[0].template="template_uuid" nodetemplates[1].node="worker" nodetemplates[1].template="template_uuid1" GitHub link: https://github.com/apache/cloudstack/discussions/13395#discussioncomment-17258189 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
