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
Right now traefik try/excepts on (for example IngressPerAppProvider.) .proxied_endpoints and logs to the action result that fetching the endpoints from that whole provider has failed.
We should be more lenient and, even if some relations aren't ready, still return the proxied endpoints for all the healthy ones.
That'll mean updating each of the ingress libs that have:
Right now traefik try/excepts on (for example
IngressPerAppProvider.
).proxied_endpoints
and logs to the action result that fetching the endpoints from that whole provider has failed.We should be more lenient and, even if some relations aren't ready, still return the proxied endpoints for all the healthy ones.
That'll mean updating each of the ingress libs that have:
to try/except each
_provider_app_data
call and log a warning on failure, letting the other results be added to the results and returned.Originally posted by @PietroPasotti in #368 (comment)
The text was updated successfully, but these errors were encountered: