Skip to content
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

feat: allow to set no resource limits #3352

Merged
merged 3 commits into from
Nov 16, 2022
Merged

feat: allow to set no resource limits #3352

merged 3 commits into from
Nov 16, 2022

Conversation

Orzelius
Copy link
Contributor

closes #3337

If the max value of memory or cpu under the container service is set to
null, no resource limit will be set. If they are NOT set to anything at
all (undefined), a default value is used like before.

If the max value of memory or cpu under the container module is set to
null, no resource limit will be set. If they are NOT set to anything at
all (undefined), a default value is used.
@Orzelius Orzelius requested a review from vvagaytsev November 16, 2022 10:29
Copy link
Collaborator

@vvagaytsev vvagaytsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! I've left a couple of minor comments, please check.

Copy link
Collaborator

@vvagaytsev vvagaytsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! Now it's ready to go 🚀
Let's use Squash & merge for this PR.

@vvagaytsev vvagaytsev self-requested a review November 16, 2022 12:35
@Orzelius Orzelius merged commit 640ec46 into main Nov 16, 2022
@Orzelius Orzelius deleted the allow-empty-limits branch November 16, 2022 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Allow to not have have CPU/Memory Resource Limits
2 participants