Pushing image of more than 30GB fails. Need help. #15498
-
I have configured a harbor registry on EKS cluster with RDS and S3 Bucket at the backend. We are trying to push a large image (30 - 100GB) into the repository by running docker push and the same fails with below error message on registry replicaset. The overall resource quota for the vas namespace is set to 8 GB and each pod is set to use resources as mentioned below. Need a expert help to understand .. Why the image push is failing, I have tried the same on normal filesystem (non s3) setup the image got pushed without issues? Error:Name: harbor-registry-7988676864.169ed0c8b716b7b9 Logs:NAME READY STATUS RESTARTS AGE In the values.yaml file I have already set the following ingress annotations :annotations: S3 Bucket config:s3: Resource config:For all pods except registry: resources: Registry container : resources: Registry controller container: resources: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to resolve this issue by adding the below annotation to the ingress part. nginx.ingress.kubernetes.io/proxy-request-buffering: "off" |
Beta Was this translation helpful? Give feedback.
I was able to resolve this issue by adding the below annotation to the ingress part.
nginx.ingress.kubernetes.io/proxy-request-buffering: "off"