-
Notifications
You must be signed in to change notification settings - Fork 39
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
Set CPU limit and request for Autoscaler Buffer when deploying it #592
Set CPU limit and request for Autoscaler Buffer when deploying it #592
Conversation
/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.
Nice 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, MatousJobanek, mfrancisc 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 |
/retest |
1 similar comment
/retest |
Quality Gate passedIssues Measures |
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #592 +/- ##
==========================================
- Coverage 83.56% 83.56% -0.01%
==========================================
Files 28 28
Lines 2592 2604 +12
==========================================
+ Hits 2166 2176 +10
- Misses 287 288 +1
- Partials 139 140 +1
|
a0cdbff
into
codeready-toolchain:master
It takes the CPU settings from the member operator configuration.
Part of https://issues.redhat.com/browse/SANDBOX-659
Requires codeready-toolchain/host-operator#1071
Paired with codeready-toolchain/toolchain-e2e#1027