We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Errors like:
agent: failed to sync remote state: failed to get conn: dial tcp [::]:8300: network is unreachable
Are caused by a non-explicit bind address on consul server nodes only.
The text was updated successfully, but these errors were encountered:
How can I fix this kind of errors ? agent: failed to sync remote state: failed to get conn: dial tcp [::]:8300: network is unreachable
this is my first deploy of consul , on 1 server + web gui , just want to try it out . the server is running 5 diffrenet services ..
i'm starting the server with :: consul agent -server -bootstrap -data-dir /home/admin/apps/consul/ -ui-dir /home/admin/apps/consul/dist
now i get this message all the time .. is it ok ? not ok ? how can i tell what i going on ?
Thanks.
Sorry, something went wrong.
@davidfeldi Currently it is fixed by providing the -bind configuration. Its an issue when not provided
-bind
ab4e3de
@armon Thanks!
No branches or pull requests
Errors like:
Are caused by a non-explicit bind address on consul server nodes only.
The text was updated successfully, but these errors were encountered: