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 updating deployment image requires Ingress to be remade #909

Closed
AlecTroemel opened this issue Nov 28, 2016 · 2 comments
Closed

Comments

@AlecTroemel
Copy link

Traefik version: v1.1.0

Currently, when the docker image of a kubernetes deployment is updated, the traefik route becomes broken and a new ingress needs to be created. I get these errors on updating a deployment as well

level=error msg="Undefined backend 'agentchat.mirus.io/example' for frontend my.domain.com/example" 
level=error msg="Skipping frontend my.domain.com/example..."  

Doesn't make sense that traefik ends up routing to a single pod (which is terminated and replaced on updating), since the ingress exposes a service, but thats my current thought from my understanding of the web ui
screen shot 2016-11-28 at 11 48 24 am

Any thoughts/solutions on this?

@emilevauge
Copy link
Member

@errm any opinion on this ?

@AlecTroemel
Copy link
Author

Updating to v1.1.1 resolved this issue, closing it!

@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