Romain

Results 151 comments of Romain

Hello @hhromic, Thanks for the additional information! FYI, we are currently working on this feature.

Hello all, We took some time to analyze the issue and we have some news. For non-Ingress users, the routing workaround mentioned above is not the only solution. Indeed, since...

Hello @rbeuque74, > I will look at the failing tests tomorrow, probably something changed while the rebase Thanks, but it is not necessary, we are going to handle test fixes...

Hello @SuperSandro2000, I tried this docker-compose file: ```yml version: '3.7' services: traefik: image: traefik:v2.2.0 ports: - 443:443 volumes: - /var/run/docker.sock:/var/run/docker.sock command: - --entrypoints.websecure.address=:443 - --entrypoints.websecure.http.tls=true - --entrypoints.websecure.http.middlewares=content-type@docker - --api -...

Hello @ecda909, We studied again the Knative support and unfortunately, we identified a blocker: Traefik does not support HTTP Headers manipulation for a given service. Taking into account the following...

Hello @heshengkai, Thanks for your interest in Traefik! The v2.6.3 is a bit old and maybe the bug has been fixed ever since. Can you please try with the v2.8.1...

Hello @heshengkai, We released the v2.8.4 and it brings a fix for the retry middleware: https://github.com/traefik/traefik/pull/9284. After re-reading the issue it seems that it should help to solve this issue...

Hello @dberardo-com, > @rtribotte is this a hard requirement for knative to work on traefik or is it just going to limit some of its functionalities, but still make it...

Hi everyone, We are wondering if anybody else than @shettyh had a chance to confirm that #9037 did solve this issue. For that reason, we are going to keep this...

Hello @sswastik02, Thanks for sharing and explaining the approach, sure, please let's open the PR!