mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Fixed typo in gce-specific kube-up script
This commit is contained in:
parent
7855d99bfd
commit
d581d1f6c0
@ -933,12 +933,12 @@ function check-resources {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if gcloud compute firewall-rules describe --project "${PROJECT}" "${MASTER_NAME}-https" &>/dev/null; then
|
if gcloud compute firewall-rules describe --project "${PROJECT}" "${MASTER_NAME}-https" &>/dev/null; then
|
||||||
KUBE_RESOURCE_FOUND="Firewal rules for ${MASTER_NAME}-https"
|
KUBE_RESOURCE_FOUND="Firewall rules for ${MASTER_NAME}-https"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if gcloud compute firewall-rules describe --project "${PROJECT}" "${MINION_TAG}-all" &>/dev/null; then
|
if gcloud compute firewall-rules describe --project "${PROJECT}" "${MINION_TAG}-all" &>/dev/null; then
|
||||||
KUBE_RESOURCE_FOUND="Firewal rules for ${MASTER_NAME}-all"
|
KUBE_RESOURCE_FOUND="Firewall rules for ${MASTER_NAME}-all"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
0
examples/openshift-origin/openshift-startup.log
Normal file
0
examples/openshift-origin/openshift-startup.log
Normal file
Loading…
Reference in New Issue
Block a user