increase request/limit memory/cpu to account for additional overhead#177
Merged
acornett21 merged 1 commit intoredhat-openshift-ecosystem:mainfrom Feb 2, 2026
Merged
Conversation
Signed-off-by: Adam D. Cornett <adc@redhat.com>
skattoju
approved these changes
Jan 31, 2026
caxu-rh
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
When testing some changes on various versions of OCP, I noticed that the
managerpod was gettingOOMKilledon some clusters and some versions of OCP. After looking into it more, we used to have akube-rbac-proxysidecar that was handling RBAC/etc, and had it's ownmemoryconfiguration. When we took away theproxy, this means that themanageris now doing that lifting, but we never increased the memory or cpu.Sidecar Config
operator-certification-operator/config/default/manager_auth_proxy_patch.yaml
Lines 24 to 29 in e98c442
Manager Config
operator-certification-operator/config/manager/manager.yaml
Lines 62 to 68 in 96b8ee4
Changes
Increase memory/cpu to be close to the additive values of when we had two containers (proxy + manager), for the manager container.