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
The build job is also pushing the image to registry. This steps fails with Error: writing blob: uploading layer chunked: StatusCode: 499, "Client Closed Request" when the image is quite large, like bluefin.
What did you expect to happen?
Pushing image should not result in error. No matter what the size
Extra information or context
No response
The text was updated successfully, but these errors were encountered:
Might be related to the resources limits in the pod configuration. But after disabling them i get write tcp 127.0.0.1:43412->127.0.0.1:443: write: broken pipe.
port 443 is mapped to traefik reverse proxy. Might be an issue there
added the label traefik.http.serverstransports.registry.forwardingtimeouts.dialTimeout: "900s" to the registry container. Upload worded. Default dialTimout is 30s, i hope 900s is safe enough.
I removed the label traefik.http.serverstransports.registry.forwardingtimeouts.dialTimeout: "900s" since it also worked without it. After re-configuring the build_project.yml playbook the jobs were running ok.
Closing here and will re-open if need be.
Describe the bug
The build job is also pushing the image to registry. This steps fails with
Error: writing blob: uploading layer chunked: StatusCode: 499, "Client Closed Request"
when the image is quite large, like bluefin.What did you expect to happen?
Pushing image should not result in error. No matter what the size
Extra information or context
No response
The text was updated successfully, but these errors were encountered: