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

@@ -22,6 +22,11 @@ function detect-master {
echo "KUBE_MASTER: $KUBE_MASTER"
}
# Get minion names if they are not static.
function detect-minion-names {
echo "MINION_NAMES: ${MINION_NAMES[*]}"
}
# Get minion IP addresses and store in KUBE_MINION_IP_ADDRESSES[]
function detect-minions {
echo "KUBE_MINION_IP_ADDRESSES=[]"