-
Notifications
You must be signed in to change notification settings - Fork 42
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
Removed quotas cap #875
Removed quotas cap #875
Conversation
Hi @cheina97. Thanks for your PR. I am @kingmakerbot.
Make sure this PR appears in the CrownLabs changelog, adding one of the following labels:
|
Thanks, |
Wouldn't be possible to set those quota parameters as properties of the tenant itself? With "zero" as "no limit"? |
6c3ae89
to
6da1f5b
Compare
They should be added in the tenant spec. This means a change in the Crownlabs API. I think it should be a good improvement, but it may take some time. |
Would you mind setting the new values inside the helm chart too? Setting as default the old values that were hardcoded... |
/rebase |
6da1f5b
to
3eb4ac1
Compare
Of course 👍 |
270495a
to
ae45746
Compare
@QcFe PR is ready or review |
If we want to give resources to our students that exceed their capabilities at home, I feel that, per each instance, students should be allowed to create up to 4 cores and 16GB RAM at least (personally, I would say even 8 and 32). |
At the moment the caps are 25 for the CPU, 50GB for RAM and 10 for the instances. What do you think about putting a huge amount of resources as cap? Something like 150 CPU, 300GB of RAM, and 50 instances? |
ae45746
to
3089f47
Compare
Current limits (25 CPU, 50GB, 10 instances) look perfect to me. |
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.
minor stuff
d0f264f
to
4ba3ea6
Compare
LGTM, for me we can merge. |
/merge |
/rebase |
4ba3ea6
to
428d7e9
Compare
/merge |
Description
This PR removes the cap on CPU and memory for tenants.
@QcFe can you confirm if it is secure? If I remember well a normal user cannot customize it's tenant.