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
Hi,
the following deployments only have requests specified, no limits:
registry-clair-postgres
registry-quay-database
This leads to following error in OpenShift:
Pod "..." is invalid: spec.containers[0].resources.requests: Invalid value: "2Gi": must be less than or equal to memory limit
An option would be to only specify limits (instead of only specifiing requests). Then OpenShift automatically add requests with the same value as the specified limits.
Could you please change this?
The text was updated successfully, but these errors were encountered:
Hm, I just tried it with the 3.8.10 operator on OCP 4.13 and it doesn't raise this issue. The Deployment just has resource request for CPU and RAM, but no limits and that should suffice. Can you post your generated resources including status blocks as well as QuayRegistry setting?
Hi,
the following deployments only have requests specified, no limits:
registry-clair-postgres
registry-quay-database
This leads to following error in OpenShift:
Pod "..." is invalid: spec.containers[0].resources.requests: Invalid value: "2Gi": must be less than or equal to memory limit
An option would be to only specify limits (instead of only specifiing requests). Then OpenShift automatically add requests with the same value as the specified limits.
Could you please change this?
The text was updated successfully, but these errors were encountered: