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
$docker run --name=dev-consul consul agent -dev -client='{{ GetInterfaceIP "eth0" }}' ==> Starting Consul agent... ==> Error creating agent: Invalid DNS bind address: Failed to parse IP: {{ GetInterfaceIP "eth0" }}
looks like we don't use the go-socketaddr library to parse this arg. We do for bind addr. This should be consistent for both.
go-socketaddr
The text was updated successfully, but these errors were encountered:
We ran into something similar --
==> WARNING: Expect Mode enabled, expecting 3 servers ==> Starting Consul agent... ==> Error creating agent: Invalid DNS bind address: Failed to parse IP: {{GetPrivateIP}}
The error checking here is being run before the templates are resolved here
Sorry, something went wrong.
0f494d8
preetapan
No branches or pull requests
looks like we don't use the
go-socketaddr
library to parse this arg. We do for bind addr. This should be consistent for both.The text was updated successfully, but these errors were encountered: