Skip to content

Commit

Permalink
Fix kube-up.sh for OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Feb 7, 2015
1 parent b77abb5 commit 49a9f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49a9f8b

Please sign in to comment.