You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Consul is having trouble Consul Template writes error messages into the template outputs. In my case it's "rpc error: unexpected EOF". Having garbage written into configuration files for applications is worse then writing anything at all or keeping previous good file.
The text was updated successfully, but these errors were encountered:
This was not a consultemplate problem after all. We downloaded the templates via curl from consul to be used by consultemplate. Consul itself gave 200 response to a failing request and this content. So this is a problem with Consul and/or how our workflow is set up. Sorry about crying wolf without understanding the issue.
==> WARNING: LAN keyring exists but -encrypt given, using keyring
==> Starting Consul agent...
==> Starting Consul agent RPC...
==> Joining cluster...
==> EOF
This is what I get when trying to connect to a cluster with a client agent
When Consul is having trouble Consul Template writes error messages into the template outputs. In my case it's "rpc error: unexpected EOF". Having garbage written into configuration files for applications is worse then writing anything at all or keeping previous good file.
The text was updated successfully, but these errors were encountered: