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
Please, answer some short questions which should help us to understand your problem / question better?
Which image of the operator are you using? ghcr.io/zalando/postgres-operator:v1.13.0
Where do you run it - cloud or metal? Kubernetes or OpenShift? Bare Metal K8s
Are you running Postgres Operator in production? no
Type of issue? bug report/question
HI, i saw this PR: #2524 that should resolve the default cpu limit problems, but using the v1.13.0 postgres operator image I still can't let the cpu limits empty, the operator will update the statefulset:
time="2024-11-20T16:09:08Z" level=info msg="statefulset test/test is not in the desired state and needs to be updated" cluster-name=test/test pkg=cluster worker=7
time="2024-11-20T16:09:08Z" level=debug msg="+ cpu: 1," cluster-name=test/test pkg=cluster worker=7
In the PR #2524 I see the doc updated for default_cpu_limit parameters:
I'm getting The postgresql "test" is invalid: spec.resources.limits.cpu: Invalid value: "": spec.resources.limits.cpu in body should match '^(\d+m|\d+(\.\d{1,3})?)$'
Maybe I'm missing something.
Thx
The text was updated successfully, but these errors were encountered:
When I specify limits without settings cpu, the statefulset is created with limits.cpu: 1,
In the operator configuration, I have set all the default/min cpu limit to null;
default_cpu_limit: null
min_cpu_limit: null
Don't understand why the operator set the limits.cpu to 1 in the statefulset
Please, answer some short questions which should help us to understand your problem / question better?
HI, i saw this PR: #2524 that should resolve the default cpu limit problems, but using the v1.13.0 postgres operator image I still can't let the cpu limits empty, the operator will update the statefulset:
In the PR #2524 I see the doc updated for
default_cpu_limit
parameters:but the doc here seems not updated, and if I try:
I'm getting
The postgresql "test" is invalid: spec.resources.limits.cpu: Invalid value: "": spec.resources.limits.cpu in body should match '^(\d+m|\d+(\.\d{1,3})?)$'
Maybe I'm missing something.
Thx
The text was updated successfully, but these errors were encountered: