Skip to content

Commit 01694c5

Browse files
committed
fixed typo in VNET_PREFIX
1 parent 55bf088 commit 01694c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/scripts/cil-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +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-
VNET_PREFIX=10.${unique}0.0.0/16 \
19+
VNET_PREFIX=10.${unique}.0.0/16 \
2020
NODE_SUBNET_PREFIX=10.${unique}.1.0/24 \
2121
POD_SUBNET_PREFIX=10.${unique}.2.0/24
2222

0 commit comments

Comments
 (0)