Skip to content

Commit a8c4cf9

Browse files
committed
updated ipam.operator.clusterPoolIPv4PodCIDRList to be equal to vnet cidr range and set node count to 1
1 parent 01694c5 commit a8c4cf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/scripts/cil-script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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 \
1920
VNET_PREFIX=10.${unique}.0.0/16 \
2021
NODE_SUBNET_PREFIX=10.${unique}.1.0/24 \
2122
POD_SUBNET_PREFIX=10.${unique}.2.0/24
@@ -28,7 +29,7 @@ for unique in $sufixes; do
2829
--set cluster.name=${clusterPrefix}-${unique} \
2930
--set azure.resourceGroup=${clusterPrefix}-${unique}-rg \
3031
--set cluster.id=${unique} \
31-
--set ipam.operator.clusterPoolIPv4PodCIDRList='{192.'${unique}'0.0.0/16}' \
32+
--set ipam.operator.clusterPoolIPv4PodCIDRList='{10.'${unique}'.2.0/24}' \
3233
--set hubble.enabled=false \
3334
--set envoy.enabled=false
3435
fi

0 commit comments

Comments
 (0)