Giter Club home page Giter Club logo

Comments (8)

ieugen avatar ieugen commented on September 21, 2024 1

hi @rickysarraf : I can confirm 2.10.0 works. I tried with buffer limit and I don't believe it worked.
Dropped the 4GB buffer limit and that seems to restore it.
We can now push our large docker images :)
I do hope to be able to do that with traefik 3.

from traefik.

ieugen avatar ieugen commented on September 21, 2024 1

2.11.2 does not work.
No buffer limit used on any case.

I tried 2.11.1 and I get the error bellow, does not work.

"}
infra_traefik.1.6c1ev49h0ui0@infra1    | {"level":"error","msg":"Error while Peeking first byte: read tcp 172.18.0.4:443-\u003e87.236.176.66:36949: i/o timeout","time":"2024-05-21T07:48:46Z"}
infra_traefik.1.6c1ev49h0ui0@infra1    | {"level":"error","msg":"Error while Peeking first byte: read tcp 172.18.0.4:443-\u003e188.166.26.88:57415: i/o timeout","time":"2024-05-21T07:48:49Z"}

I tried 2.11.0 and it does work.

from traefik.

ieugen avatar ieugen commented on September 21, 2024

I deployed traefik 2.11.2 with the same configuration (adapted the config to match).
It seems that traefik 2.11 does not work either.
I tried with buffer middleware and without.

I also tried:

        # 4GB max body for docker images - must apply to each service
        traefik.http.middlewares.limit.buffering.maxRequestBodyBytes: "4000000000"
        traefik.http.middlewares.limit.buffering.maxResponseBodyBytes: "4000000000" 
        traefik.http.middlewares.limit.buffering.memResponseBodyBytes: "2000000" 
        traefik.http.middlewares.limit.buffering.memRequestBodyBytes: "2000000"     

from traefik.

ieugen avatar ieugen commented on September 21, 2024

I can push directly to docker registry by exposing port on host network:

    ports:
      - published: 8083
        target: 8083
        protocol: tcp
        mode: host

and push directly to the service, bypassing traefik.

docker tag docker-REDACTED/REDACTED:dev-latest localhost:8083/REDACTED:dev-latest
docker push localhost:8083/REDACTED:dev-latest

from traefik.

rickysarraf avatar rickysarraf commented on September 21, 2024

I deployed traefik 2.11.2 with the same configuration (adapted the config to match).
It seems that traefik 2.11 does not work either.

@ieugen

Would you be able to test/validate with Traefik 2.11.1 ? I ask because I've seeing similar problems with large file uploads, which I see it only with version 2.11.2+

from traefik.

ieugen avatar ieugen commented on September 21, 2024

hi @rickysarraf , yes. I can do that off business hours, tomorrow.
Thanks for the hint.

from traefik.

ieugen avatar ieugen commented on September 21, 2024

Possibly related to #10596

from traefik.

sdelicata avatar sdelicata commented on September 21, 2024

Hey @ieugen,

Thanks for reaching out!
At first glance, the problem you're experiencing is related to a change introduced recently: #10602

To keep the repository focused, we ask that all questions be asked in the community forum. It is pretty active, so you might find that your question has already been answered there.

If not, you can ask and get help from other community members pretty quickly.

I close the issue.

from traefik.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.