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

Kubernetes Nginx Deployment Panic #879

Closed
dweidenfeld opened this issue Nov 22, 2016 · 1 comment
Closed

Kubernetes Nginx Deployment Panic #879

dweidenfeld opened this issue Nov 22, 2016 · 1 comment

Comments

@dweidenfeld
Copy link

If I make a deployment with these settings there is a panic occurring.

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
    name: nginx
spec:
    replicas: 2
    selector:
        matchLabels:
            app: nginx
    template:
        metadata:
            labels:
                app: nginx
        spec:
            containers:
            - name: nginx
              image: nginx
              ports:
              - containerPort: 80
goroutine 820 [running]:
panic(0xd292c0, 0xc420229980)
        /usr/local/go/src/runtime/panic.go:500 +0x1a1
github.com/containous/traefik/provider/k8s.(*clientImpl).watch.func1.1(0xc420611290, 0xc42060c2a0, 0xc42029d050, 0x26, 0xc42060c240)
        /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

Is it really an error, or a configuration mistake?

Thank you

@emilevauge
Copy link
Member

@dweidenfeld I think it's duplicate of #877.
Closing this one.

@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

3 participants