Skip to content

Commit d760c08

Browse files
committed
removed node count
1 parent a8c4cf9 commit d760c08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/scripts/cil-script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ for unique in $sufixes; do
1616
AZCLI=az REGION=westus2 SUB=$SUB \
1717
CLUSTER=${clusterPrefix}-${unique} \
1818
KUBE_PROXY_JSON_PATH=./kube-proxy.json \
19-
NODE_COUNT=1 \
2019
VNET_PREFIX=10.${unique}.0.0/16 \
2120
NODE_SUBNET_PREFIX=10.${unique}.1.0/24 \
2221
POD_SUBNET_PREFIX=10.${unique}.2.0/24

0 commit comments

Comments
 (0)