mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +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
|
||||
|
||||
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
|
||||
fi
|
||||
|
||||
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
|
||||
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