-
Notifications
You must be signed in to change notification settings - Fork 15
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
use machine ip instead of localhost #211
Comments
@leaf-potato Sounds reasonable. Can you give it a PR to modify it? I think we should handle the following cases:
|
You reminded me! If the user specifies the IP address via
Use hostname to resolve the IP address, similar to the |
Sure, but I am not very familiar with the Go language, so it will take some time to modify it. |
After successfully starting the cluster using gtctl, it will print the access address of the dashboard:
The machine you are running on may not be your local machine, mabay a virtual machine or a remote development machine. You cannot directly click on the link in the terminal to access it. It may be more convenient to use the machine IP instead of localhost in the link.
The text was updated successfully, but these errors were encountered: