Merge pull request #5390 from brendandburns/shell_sucks

Configure docker on the master like we do on workers.
This commit is contained in:
Satnam Singh
2015-03-12 11:42:03 -07:00
4 changed files with 8 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ INSTANCE_PREFIX="${KUBE_GCE_INSTANCE_PREFIX:-kubernetes}"
MASTER_NAME="${INSTANCE_PREFIX}-master"
MASTER_TAG="${INSTANCE_PREFIX}-master"
MINION_TAG="${INSTANCE_PREFIX}-minion"
MASTER_IP_RANGE="${MASTER_IP_RANGE:-10.246.0.0/24}"
# Compute IP addresses for nodes.
function increment_ipv4 {