gcloud compute instances list --zone -> --zones

This commit is contained in:
Jeff Grafton 2016-10-11 16:52:09 -07:00
parent 661d6bde6f
commit ee6e92473d

View File

@ -1385,7 +1385,7 @@ function kube-down() {
function get-replica-name() {
echo $(gcloud compute instances list \
--project "${PROJECT}" \
--zone "${ZONE}" \
--zones "${ZONE}" \
--regexp "$(get-replica-name-regexp)" \
--format "value(name)" | head -n1)
}