mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Handle multiple MIGs (single-zone) properly in GKE scripts.
This commit is contained in:
@@ -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=()
|
||||
|
Reference in New Issue
Block a user