Closed littleninja closed 6 years ago
@ldez is this issue better suited to the top level traefik repo? I believe you would also see the same behavior on other providers as the logic used is the SF provider around parsing the endpoints is nearly identical to the approach used in the docker provider.
As I already said to @littleninja, it's the same behavior than the other providers.
Do you want to request a feature or report a bug?
BUG
What did you do?
Deploy two services, one with a valid ServiceManifest.xml and good labels (GoodService) for Traefik, and one a ServiceManifest.xml containing a bad label value (BorkService):
What did you expect to see?
Traefik should register GoodService but not BorkService.
What did you see instead?
No backend services. Traefik Dashboard UI is entirely blank except for header. Errors are not visible unless viewing Traefik logs on server.
Output of traefik version: (What version of Traefik are you using?)
1.6.0
What is your environment & configuration (arguments, toml, provider, platform, ...)?
Provider: Service Fabric v6.1.480.9494 Platform: Windows Server 2016 Datacenter
If applicable, please paste the log output at DEBUG level (--logLevel=DEBUG switch)