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

Panic in kubernetes ingress (traefik 1.1.0) #910

Closed
jezell opened this issue Nov 28, 2016 · 3 comments
Closed

Panic in kubernetes ingress (traefik 1.1.0) #910

jezell opened this issue Nov 28, 2016 · 3 comments

Comments

@jezell
Copy link

jezell commented Nov 28, 2016

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

@dweidenfeld
Copy link

+1

@dweidenfeld
Copy link

The issue is gone if you downgrade to 1.0.2/1.0.3.

@jonaz
Copy link
Contributor

jonaz commented Nov 29, 2016

Duplicate of #877 which is fixed but not yet release. You can close this issue.

@jezell jezell closed this as completed Nov 30, 2016
@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

4 participants