Merge pull request #12985 from mbabker/gke-machine-type

Add ability to specify machine type for GKE
This commit is contained in:
Jerzy Szczepkowski
2015-08-21 10:29:01 +02:00
2 changed files with 3 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ function verify-prereqs() {
# CLUSTER_API_VERSION (optional)
# NUM_MINIONS
# MINION_SCOPES
# MACHINE_TYPE
function kube-up() {
echo "... in gke:kube-up()" >&2
detect-project >&2
@@ -145,6 +146,7 @@ function kube-up() {
"--network=${NETWORK}"
"--scopes=${MINION_SCOPES}"
"--cluster-version=${CLUSTER_API_VERSION}"
"--machine-type=${MACHINE_TYPE}"
)
# Bring up the cluster.