mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Fix typo: cloud -> gcloud in cluster/gce/util.sh
This commit is contained in:
parent
61a5d23e0f
commit
70c4ece873
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user