mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 18:27:49 +00:00
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".
This commit is contained in:
@@ -429,7 +429,7 @@ function create-static-ip() {
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if cloud compute addresses describe "$1" \
|
if gcloud compute addresses describe "$1" \
|
||||||
--project "${PROJECT}" \
|
--project "${PROJECT}" \
|
||||||
--region "${REGION}" >/dev/null 2>&1; then
|
--region "${REGION}" >/dev/null 2>&1; then
|
||||||
# it exists - postcondition satisfied
|
# it exists - postcondition satisfied
|
||||||
|
Reference in New Issue
Block a user