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
While restarting our consul servers one by one I had a consul server fail to come up. I've attached a copy of the logs. A subsequent start worked fine.
…corp#160)
* When true, sync catalog process will append k8s namespace
of services it's syncing to Consul, separated by a dash.
E.g. for a service 'foo' in the 'default' namespace, it will register
a Consul service called 'foo-default'. A dash delimiter doesn't eliminate
name collisions completely (e.g. `foo-bar-baz` could be service `foo`
in the `bar-baz` namespace or service `foo-bar` in the `baz` namespace),
but it provides sufficient protection against the most common/obvious
naming collisions.
* True by default
* Add tests for the sync-catalog command and separate common test helper
functions into a shared package.
Link to logs: https://gist.github.com/tarrant/fbc52bdef3583b1c77be
While restarting our consul servers one by one I had a consul server fail to come up. I've attached a copy of the logs. A subsequent start worked fine.
Consul is built with commit baa831d
The text was updated successfully, but these errors were encountered: