mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Fix kube-up.sh for OS X.
This commit is contained in:
parent
b77abb5945
commit
49a9f8b512
@ -815,7 +815,7 @@ function setup-logging-firewall {
|
||||
sleep 10
|
||||
done
|
||||
|
||||
local -r region="${ZONE::-2}"
|
||||
local -r region="${ZONE:0:${#ZONE}-2}"
|
||||
local -r es_ip=$(gcloud compute forwarding-rules --project "${PROJECT}" describe --region "${region}" elasticsearch-logging | grep IPAddress | awk '{print $2}')
|
||||
local -r kibana_ip=$(gcloud compute forwarding-rules --project "${PROJECT}" describe --region "${region}" kibana-logging | grep IPAddress | awk '{print $2}')
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user