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

Internal links and redirects for mesos not redirecting properly #61

Closed
tayzlor opened this issue Apr 6, 2015 · 3 comments
Closed

Internal links and redirects for mesos not redirecting properly #61

tayzlor opened this issue Apr 6, 2015 · 3 comments
Labels
Milestone

Comments

@tayzlor
Copy link
Member

tayzlor commented Apr 6, 2015

For example if you visit http://10.0.1.11:5050 and .13 is the master. Mesos will try redirecting you, it will redirect to -

http://ip-10-0-1-13.eu-west-1.compute.internal:5050/

Which is not resolvable through the browser / VPN.

A similar thing occurs if you click on a link from the web interface to one of the frameworks. We probably need to set -

/etc/mesos-master/hostname
/etc/marathon/conf/hostname

to addresses that we can resolve properly.

@tayzlor tayzlor added the bug label Apr 6, 2015
@tayzlor tayzlor added this to the 0.1 milestone Apr 6, 2015
@wallies
Copy link
Contributor

wallies commented Apr 9, 2015

could not we not use internal consul dns to resolve these e.g. master1,2,3.consul

@tayzlor
Copy link
Member Author

tayzlor commented Apr 10, 2015

not sure that would be resolvable through the browser, if we just point them to the private_ip (e.g. 10.0.1.11:5050) that would work while connecting through the VPN

@wallies
Copy link
Contributor

wallies commented Apr 13, 2015

tayzlor added a commit that referenced this issue Apr 23, 2015
Fixes #61 - marathon hostname link was not resolving correctly from the ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants