Use Managed Instance Group instead of manually creating Nodes in GCE

This commit is contained in:
Tomek Kulczynski
2015-01-28 15:57:10 +01:00
parent 52bf48cac2
commit bcadad2e2e
5 changed files with 120 additions and 43 deletions

View File

@@ -33,7 +33,6 @@ INSTANCE_PREFIX="${KUBE_GCE_INSTANCE_PREFIX:-kubernetes}"
MASTER_NAME="${INSTANCE_PREFIX}-master"
MASTER_TAG="${INSTANCE_PREFIX}-master"
MINION_TAG="${INSTANCE_PREFIX}-minion"
MINION_NAMES=($(eval echo ${INSTANCE_PREFIX}-minion-{1..${NUM_MINIONS}}))
# Compute IP addresses for nodes.
function increment_ipv4 {