Skip to content

Commit

Permalink
Add MASTER_IP_RANGE to e2e.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Mar 12, 2015
1 parent 07c2035 commit 5d9fe62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cluster/gce/config-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ MASTER_TAG="${INSTANCE_PREFIX}-master"
MINION_TAG="${INSTANCE_PREFIX}-minion"
CLUSTER_IP_RANGE="10.245.0.0/16"
MINION_IP_RANGES=($(eval echo "10.245.{1..${NUM_MINIONS}}.0/24"))
MASTER_IP_RANGE="${MASTER_IP_RANGE:-10.246.0.0/24}"

MINION_SCOPES=("storage-ro" "compute-rw")
# Increase the sleep interval value if concerned about API rate limits. 3, in seconds, is the default.
POLL_SLEEP_INTERVAL=3
Expand Down Expand Up @@ -65,3 +67,5 @@ ENABLE_CLUSTER_DNS=true
DNS_SERVER_IP="10.0.0.10"
DNS_DOMAIN="kubernetes.local"
DNS_REPLICAS=1

ADMISSION_CONTROL=NamespaceAutoProvision,LimitRanger,ResourceQuota

0 comments on commit 5d9fe62

Please sign in to comment.