Skip to content

Comments

increase request/limit memory/cpu to account for additional overhead#177

Merged
acornett21 merged 1 commit intoredhat-openshift-ecosystem:mainfrom
acornett21:fix_mem_issue
Feb 2, 2026
Merged

increase request/limit memory/cpu to account for additional overhead#177
acornett21 merged 1 commit intoredhat-openshift-ecosystem:mainfrom
acornett21:fix_mem_issue

Conversation

@acornett21
Copy link
Contributor

Motivation

When testing some changes on various versions of OCP, I noticed that the manager pod was getting OOMKilled on some clusters and some versions of OCP. After looking into it more, we used to have a kube-rbac-proxy sidecar that was handling RBAC/etc, and had it's own memory configuration. When we took away the proxy, this means that the manager is now doing that lifting, but we never increased the memory or cpu.

Sidecar Config

limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi

Manager Config

resources:
limits:
cpu: 200m
memory: 100Mi
requests:
cpu: 100m
memory: 20Mi

Changes

Increase memory/cpu to be close to the additive values of when we had two containers (proxy + manager), for the manager container.

Signed-off-by: Adam D. Cornett <adc@redhat.com>
@openshift-ci openshift-ci bot requested review from mrhillsman and skattoju January 29, 2026 19:00
@acornett21 acornett21 merged commit 0e9ec76 into redhat-openshift-ecosystem:main Feb 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants