-
Notifications
You must be signed in to change notification settings - Fork 65
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
Our larger RHTAP tenants need more memory quota #944
Conversation
Hi @amfred. Thanks for your PR. I'm waiting for a codeready-toolchain 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/test-infra repository. |
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.
Please also create a paired PR (with the same branch name as this one) for our e2e tests. See an example of such paired PR here: codeready-toolchain/toolchain-e2e#853
/hold |
/ok-to-test |
2df1646
to
da8fa61
Compare
/retest |
1 similar comment
/retest |
/remove-hold |
Signed-off-by: Bama Charan Kundu <bamachrn@gmail.com>
update parameter values in the 'from' template Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
update parameter values in the 'from' template Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
* Regenerated from API changes * regenerated * regenerated * regenerated --------- Co-authored-by: Matous Jobanek <mjobanek@redhat.com>
…into more-memory-quota
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.
Let's make sure the PR is clean and doesn't contain unrelated changes. Please take a look at my comment.
@@ -0,0 +1,125 @@ | |||
--- |
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.
I'm not sure what's going on but there is a bunch of unrelated changes in the PR which has been already merged into the master branch. Not sure why GitHub still showing them here...
Like this CRD for example.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amfred The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@bamachrn What are the new PRs that replace this? |
/hold |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #944 +/- ##
==========================================
- Coverage 83.75% 83.74% -0.02%
==========================================
Files 53 53
Lines 6187 6187
==========================================
- Hits 5182 5181 -1
- Misses 820 821 +1
Partials 185 185 |
Should we close this ? As I see there is a new PR #969 |
By making containers a little less CPU-hungry by default, we're now able to start up more containers. But now we're running into memory quotas for the larger tenants. Meanwhile, we still have plenty of actual capacity on our clusters.
I also removed the CPU limit quota. There's still a CPU request quota.
Paired with: codeready-toolchain/toolchain-e2e#861