-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fetcher generating duplicate routers & services #5
Comments
The fetcher always generates the rules that have the partition information and a default one if there is only one partition. We should set a flag to control that behavior since it doesn't make sense to have both if the service is non-partitioned. |
I raised this same issue on the previous incarnation of the service traefik v2 plugin. I'm keen to see this implemented on this new version, as my stateless services are all unnecessarily shown twice in the dashboard. |
I've pushed a PR for this issue 😁 |
Fixed by this PR #22 |
The fetcher appears to be generating duplicate routers and services for every router and service defined as part of a single application.
See below example of dynamically generated config whereby routers and service config differs only by name.
ServiceManifest labels defined :
Is this by design?
The text was updated successfully, but these errors were encountered: