You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I don't have the exact error message any more, but if you prefix a marathon label name with a space, a parsing error occurs. This caused the Marathon provider to not load the configuration and prevented all of our services that exist in Marathon from being accessible via Traefik.
I see this being handled in two ways:
If a parsing error does occur, perhaps only prevent the service that has the incorrectly formatted label name from being exposed vs. not exposing all of the services.
Fix the parsing error by trimming whitespace from the names.
The former probably should be done regardless of the latter.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Unfortunately, I don't have the exact error message any more, but if you prefix a marathon label name with a space, a parsing error occurs. This caused the Marathon provider to not load the configuration and prevented all of our services that exist in Marathon from being accessible via Traefik.
I see this being handled in two ways:
The former probably should be done regardless of the latter.
Thanks.
The text was updated successfully, but these errors were encountered: