Merge pull request #36824 from erictune/cluster-typo

Automatic merge from submit-queue

Fix typo in cluster/gce/util.sh

Somehow the gcloud command is written as "cloud".
pull/6/head
Kubernetes Submit Queue 2016-11-18 12:35:33 -08:00 committed by GitHub
commit d94523705b
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ function create-static-ip() {
break
fi
if cloud compute addresses describe "$1" \
if gcloud compute addresses describe "$1" \
--project "${PROJECT}" \
--region "${REGION}" >/dev/null 2>&1; then
# it exists - postcondition satisfied