-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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: backends not updated when i scale replication controller? #448
Comments
I think this is related to #449 since i get "Last kubernetes config received less than 2s, waiting..." and it keeps repeating it self resulting in the config not getting updated. |
sounds like this is caused by #449. |
@emilevauge I am thinking that even in the case that the provider is spamming updates at the server, the correct behaviour would be to update the configuration every 2 seconds? If this is not the case it seems like there might be a bug somewhere in |
@errm, the property |
Yeah, thats how I think it should work . . . |
Im running: containous/traefik:v1.0.0-rc2
If i scale a rc up or down:
kubectl scale rc --replicas=4 app
The backends in traefik does not get updated immediately the the new IPs from the pods.
If i try accessing service it seems to fetch the new config after a few minutes. Im not really sure. But it should be instant. Or proxy to the service IP and let the service balance it?
Ingress looks like this:
service looks like this:
The text was updated successfully, but these errors were encountered: