-
Notifications
You must be signed in to change notification settings - Fork 364
OCPBUGS-54225: Bump socks5 proxy, konnectivity proxy, http proxy, token minter memory requests #5897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-54225: Bump socks5 proxy, konnectivity proxy, http proxy, token minter memory requests #5897
Conversation
Hi @Evan-Reilly. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@Evan-Reilly: This pull request references Jira Issue OCPBUGS-54225, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@Evan-Reilly: This pull request references Jira Issue OCPBUGS-54225, which is valid. 3 validation(s) were run on this bug
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
f8c821c
to
6410ee0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Evan-Reilly please rebase to pick up #5876 since there is another container to update.
6410ee0
to
50d9b1f
Compare
/ok-to-test |
@Evan-Reilly please investigate the test failures. |
Each of these seems to fail with the following.
However, I attempted a |
/retest |
2 similar comments
/retest |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Evan-Reilly there appears to be a lot more changes needed functionally and to test data. The v2 code path also needs to be updated. Please search for 10Mi
and change everything applicable to these containers.
/retest-required |
/ok-to-test |
f6f556c
to
b6b8ae6
Compare
/ok-to-test |
/retest |
1 similar comment
/retest |
/retest-required |
/retest |
2 similar comments
/retest |
/retest |
/override "Red Hat Konflux / hypershift-operator-main-on-pull-request" |
/override "Red Hat Konflux / hypershift-operator-main-enterprise-contract / hypershift-operator-main" |
@bryan-cox: Overrode contexts on behalf of bryan-cox: Red Hat Konflux / hypershift-operator-main-on-pull-request In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@bryan-cox: Overrode contexts on behalf of bryan-cox: Red Hat Konflux / hypershift-operator-main-enterprise-contract / hypershift-operator-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
/retest-required |
/retest |
1 similar comment
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Evan-Reilly, rtheis, sjenning The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Evan-Reilly: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
cddcc2f
into
openshift:main
@Evan-Reilly: Jira Issue OCPBUGS-54225: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-54225 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@openshift-ci-robot: #5897 failed to apply on top of branch "release-4.18":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[ART PR BUILD NOTIFIER] Distgit: hypershift |
@Evan-Reilly please manually cherry-pick your fix to 4.18. |
Manual cherry-pick PR created here: #6052 |
What this PR does / why we need it:
The steady-state memory utilization of socks5 proxy, konnectivity proxy, http proxy, and token minter containers is approximately ~30Mi. This PR bumps
apiserver-token-minter
,init-client-token-minter
,client-token-minter
,cloud-token-minter
,token-minter
,konnectivity-proxy
,konnectivity-proxy-socks5
,konnectivity-proxy-https
,socks5-proxy
,http-proxy
container requests to 30Mi to reflect this usage. The total persistent (non-init container) memory increase per HCP is ~200Mi.Which issue(s) this PR fixes (optional, use
fixes #<issue_number>(, fixes #<issue_number>, ...)
format, where issue_number might be a GitHub issue, or a Jira story:Fixes #
https://issues.redhat.com/browse/OCPBUGS-54225
Checklist