Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print grafana proxy address in kube-up.sh. #4840

Merged
merged 1 commit into from
Feb 27, 2015

Conversation

jszczepkowski
Copy link
Contributor

Fixed grafana address print by kube-up.sh. Resolved #4721.

@@ -868,7 +868,7 @@ function setup-monitoring-firewall {
done
if [[ ${grafana_host} != *"<"* ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @vishh

I found the title of this PR a title deceptive even if the change is cool, because it's not "fixing" the address, so much as changing it to go through the proxy.

I would remove lines 859-867. We already have "Wait for the monitoring dashboard to be online."

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to what @zmerlynn said. Since we don't use the grafana_host anymore, that logic can be deleted.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@zmerlynn zmerlynn changed the title Fixed grafana address print by kube-up.sh. Print grafana proxy address in kube-up.sh. Feb 26, 2015
@vishh
Copy link
Contributor

vishh commented Feb 26, 2015

Thanks for the fix @jszczepkowski!!!!

Print grafana address print in kube-up.sh. Resolved kubernetes#4721.
@jszczepkowski
Copy link
Contributor Author

Comments applied.

@vishh
Copy link
Contributor

vishh commented Feb 27, 2015

LGTM

vishh added a commit that referenced this pull request Feb 27, 2015
Print grafana proxy address in kube-up.sh.
@vishh vishh merged commit a1b1be8 into kubernetes:master Feb 27, 2015
@jszczepkowski jszczepkowski deleted the grafana-address branch August 10, 2015 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect grafana address printed by kube-up.sh
4 participants