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
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
The text was updated successfully, but these errors were encountered:
@dweidenfeld I think it's duplicate of #877. Closing this one.
Sorry, something went wrong.
No branches or pull requests
If I make a deployment with these settings there is a panic occurring.
Is it really an error, or a configuration mistake?
Thank you
The text was updated successfully, but these errors were encountered: