Handle multiple MIGs (single-zone) properly in GKE scripts.

This commit is contained in:
Fabio Yeon
2016-06-06 15:48:42 -07:00
parent 6c549ae91f
commit da112e23af
3 changed files with 31 additions and 12 deletions

View File

@@ -86,7 +86,8 @@ if [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
fi
if [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
detect-node-instance-group
detect-node-instance-groups
NODE_INSTANCE_GROUP=$(kube::util::join , NODE_INSTANCE_GROUPS)
fi
ginkgo_args=()