We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this every few minutes:
time="2016-11-28T18:37:39Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/apis/extensions/v1beta1/ingresses\" : unexpected EOF, retrying in 567.501112ms" time="2016-11-28T18:38:40Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/apis/extensions/v1beta1/ingresses\" : unexpected EOF, retrying in 730.22723ms" time="2016-11-28T18:39:40Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/apis/extensions/v1beta1/ingresses\" : unexpected EOF, retrying in 499.83126ms" time="2016-11-28T18:40:31Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/api/v1/services\" : EOF, retrying in 593.014246ms" time="2016-11-28T18:41:31Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/apis/extensions/v1beta1/ingresses\" : unexpected EOF, retrying in 524.75291ms" panic: send on closed channel
goroutine 31857 [running]: panic(0xd292c0, 0xc42034fe60) /usr/local/go/src/runtime/panic.go:500 +0x1a1 github.com/containous/traefik/provider/k8s.(*clientImpl).watch.func1.1(0xc420519560, 0xc420423020, 0xc420428ff0, 0x24, 0xc420422f60) /go/src/github.com/containous/traefik/provider/k8s/client.go:280 +0x33f created by github.com/containous/traefik/provider/k8s.(*clientImpl).watch.func1 /go/src/github.com/containous/traefik/provider/k8s/client.go:286 +0xbf
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
The issue is gone if you downgrade to 1.0.2/1.0.3.
Duplicate of #877 which is fixed but not yet release. You can close this issue.
No branches or pull requests
Getting this every few minutes:
time="2016-11-28T18:37:39Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/apis/extensions/v1beta1/ingresses\" : unexpected EOF, retrying in 567.501112ms"
time="2016-11-28T18:38:40Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/apis/extensions/v1beta1/ingresses\" : unexpected EOF, retrying in 730.22723ms"
time="2016-11-28T18:39:40Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/apis/extensions/v1beta1/ingresses\" : unexpected EOF, retrying in 499.83126ms"
time="2016-11-28T18:40:31Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/api/v1/services\" : EOF, retrying in 593.014246ms"
time="2016-11-28T18:41:31Z" level=error msg="Kubernetes connection error failed to decode watch event: GET "https://10.0.0.1:443/apis/extensions/v1beta1/ingresses\" : unexpected EOF, retrying in 524.75291ms"
panic: send on closed channel
goroutine 31857 [running]:
panic(0xd292c0, 0xc42034fe60)
/usr/local/go/src/runtime/panic.go:500 +0x1a1
github.com/containous/traefik/provider/k8s.(*clientImpl).watch.func1.1(0xc420519560, 0xc420423020, 0xc420428ff0, 0x24, 0xc420422f60)
/go/src/github.com/containous/traefik/provider/k8s/client.go:280 +0x33f
created by github.com/containous/traefik/provider/k8s.(*clientImpl).watch.func1
/go/src/github.com/containous/traefik/provider/k8s/client.go:286 +0xbf
The text was updated successfully, but these errors were encountered: