Commit 3281e752 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #20859 from derekwaynecarr/fix_vagrant_var

Auto commit by PR queue bot
parents 31244744 512154f2
......@@ -46,6 +46,8 @@ for ((i=0; i < NUM_NODES; i++)) do
VAGRANT_NODE_NAMES[$i]="node-$((i+1))"
done
CLUSTER_IP_RANGE="${CLUSTER_IP_RANGE:-10.246.0.0/16}"
SERVICE_CLUSTER_IP_RANGE=10.247.0.0/16 # formerly PORTAL_NET
# Since this isn't exposed on the network, default to a simple user/passwd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment