Merge pull request #20859 from derekwaynecarr/fix_vagrant_var

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-02-08 15:25:48 -08:00
commit 3281e7520c
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ for ((i=0; i < NUM_NODES; i++)) do
VAGRANT_NODE_NAMES[$i]="node-$((i+1))" VAGRANT_NODE_NAMES[$i]="node-$((i+1))"
done done
CLUSTER_IP_RANGE="${CLUSTER_IP_RANGE:-10.246.0.0/16}"
SERVICE_CLUSTER_IP_RANGE=10.247.0.0/16 # formerly PORTAL_NET 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 # Since this isn't exposed on the network, default to a simple user/passwd