Skip to content

Commit deb09c2

Browse files
committed
remove extra ,
1 parent 071d50c commit deb09c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/quickstarts-kubernetes-cluster-deployment-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ az networkcloud kubernetescluster create \
9393
count="${CONTROL_PLANE_COUNT}" \
9494
vm-sku-name="${CONTROL_PLANE_VM_SIZE}" \
9595
ssh-key-values='["${CONTROL_PLANE_SSH_PUBLIC_KEY}"]' \
96-
--initial-agent-pool-configurations "[{count:${INITIAL_AGENT_POOL_COUNT},mode:System,name:${INITIAL_AGENT_POOL_NAME},vm-sku-name:${INITIAL_AGENT_POOL_VM_SIZE},,ssh-key-values:['${AGENT_POOL_SSH_PUBLIC_KEY}']}]" \
96+
--initial-agent-pool-configurations "[{count:${INITIAL_AGENT_POOL_COUNT},mode:System,name:${INITIAL_AGENT_POOL_NAME},vm-sku-name:${INITIAL_AGENT_POOL_VM_SIZE},ssh-key-values:['${AGENT_POOL_SSH_PUBLIC_KEY}']}]" \
9797
--network-configuration \
9898
cloud-services-network-id="${CSN_ARM_ID}" \
9999
cni-network-id="${CNI_ARM_ID}" \

0 commit comments

Comments
 (0)