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

Provider connection error Error response from daemon: Invalid filter 'scope' #2297

Closed
bintut opened this issue Oct 21, 2017 · 2 comments
Closed
Assignees
Milestone

Comments

@bintut
Copy link

bintut commented Oct 21, 2017

Do you want to request a feature or report a bug?

A bug.

What did you do?

I downloaded the traefik_linux-amd64 and built a Docker image. Afterwards, I created a Docker service using the newly built Docker image with traefik v1.4.0 on a Docker swarm mode cluster running RHEL Atomic Host v7.4.0 with Docker engine v1.13.1.

What did you expect to see?

I should be seeing the web UI of the backend services running with appropriate traefik labels via the Docker swarm mode backend.

What did you see instead?

I am seeing the 404 page not found page.

And the logs:

$ tail -f /var/log/traefik/traefik.log
time="2017-10-21T19:46:23+08:00" level=error msg="Provider connection error Error response from daemon: Invalid filter 'scope', retrying in 3.546136256s"
time="2017-10-21T19:46:27+08:00" level=error msg="Failed to list services for docker swarm mode, error Error response from daemon: Invalid filter 'scope'"

Output of traefik version: (What version of Traefik are you using?)

$ traefik version
Version:      v1.4.0
Codename:     roquefort
Go version:   go1.9.1
Built:        2017-10-16_04:52:07PM
OS/Arch:      linux/amd64

What is your environment & configuration (arguments, toml, provider, platform, ...)?

  • Operating System: RHEL Atomic Host v7.4.0
  • Docker Engine: v1.13.1-21.1.gitcd75c68.el7
  • Orchestration: Docker swarm mode
    $ cat /etc/traefik/traefik.toml
checkNewVersion = false
traefikLogsFile = "/var/log/traefik/traefik.log"
logLevel = "INFO"
InsecureSkipVerify = true
RootCAs = [ "/etc/ssl/ca.crt" ]
defaultEntryPoints = ["http","https"]

[accessLog]
  filePath = "/var/log/traefik/access.log"
  format = "json"

[retry]
  attempts = 3

[healthcheck]
  interval = "30s"

[web]
  address = ":8080"
  CertFile = "/etc/ssl/wildcard.crt"
  KeyFile = "/etc/ssl/wildcard.key"
    [web.auth.basic]
      users = ["username:$apr1$awbZvi2u$0tX%3IDelob/Hj4xD9u0H1"]
    [web.statistics]
      RecentErrors = 10
    [web.metrics]
      [web.metrics.prometheus]
        Buckets=[0.1,0.3,1.2,5.0]

[entryPoints]
  [entryPoints.http]
    address = ":80"
    [entryPoints.http.redirect]
       entryPoint = "https"
  [entryPoints.https]
    address = ":443"
    [entryPoints.https.tls]
      [[entryPoints.https.tls.certificates]]
        certFile = "/etc/ssl/wildcard.crt"
        keyFile = "/etc/ssl/wildcard.key"

[docker]
  endpoint = "tcp://master01.example.com:2376"
  watch = true
  domain = "example.com"
  swarmmode = true
  usebindportip = true
  exposedbydefault = true

  [docker.tls]
    ca = "/etc/ssl/docker/ca.pem"
    cert = "/etc/ssl/docker/client-cert.pem"
    key = "/etc/ssl/docker/client-key.pem"
@ldez ldez added area/provider/docker kind/bug/confirmed a confirmed bug (reproducible). priority/P0 needs hot fix labels Oct 21, 2017
@ldez ldez self-assigned this Oct 21, 2017
@helletheone
Copy link

+1

@ldez ldez mentioned this issue Oct 23, 2017
@traefiker
Copy link
Contributor

Closed by #2301.

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

4 participants