Skip to content
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

Flag --etcd.endpoint default #508

Closed
JulienBalestra opened this issue Jul 11, 2016 · 1 comment
Closed

Flag --etcd.endpoint default #508

JulienBalestra opened this issue Jul 11, 2016 · 1 comment

Comments

@JulienBalestra
Copy link

Hi !
When using etcd backend, the default is set to "127.0.0.1:400" : configuration.go

// default Etcd
var defaultEtcd provider.Etcd
defaultEtcd.Watch = true
defaultEtcd.Endpoint = "127.0.0.1:400"
defaultEtcd.Prefix = "/traefik"
defaultEtcd.Constraints = []types.Constraint{}

But in fact, the legacy default port, for etcdv1, was over 4001.
Maybe you freed this one for BoltDB.

Today, most of the etcd v2 or v3 consider you are running for clients over 2379 (2380 against peers), so can I suggest to set up the default over 2379 ?

iana etcd

Thanks a lot for the project !

@errm
Copy link
Contributor

errm commented Jul 11, 2016

seems sensible

@errm errm added the kind/enhancement a new or improved feature. label Jul 11, 2016
@emilevauge emilevauge added the bug label Jul 11, 2016
@errm errm removed the kind/enhancement a new or improved feature. label Jul 11, 2016
errm added a commit to errm/traefik that referenced this issue Jul 11, 2016
@ldez ldez added the kind/bug/confirmed a confirmed bug (reproducible). label Apr 29, 2017
@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants