-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
etcd tries to connect with TLS even with --etcd.tls=false #456
Comments
Why are you trying to use the etcd backend in kubernetes? |
Due to #448 #449 my traefik never get updated with new Ingress controllers. On Sat, Jun 18, 2016 at 3:48 PM, Ed Robinson [email protected]
|
Using the current rc2, you should be able to connect to etcd without TLS removing the |
Thank you for the fixes |
Using launch option
--web --etcd --etcd.endpoint=10.0.103.50:2379 --etcd.watch --etcd.tls=false --logLevel=DEBUG
with the Docker image hosted in Kubernetes:From the source it seemed that
--etcd.tls
is no longer being supported as the code to set.TLS = nil
which used to exists now no longer exists.The text was updated successfully, but these errors were encountered: