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

Add limitranges to defaultResourcePriorities #392

Merged
merged 1 commit into from
Mar 20, 2018

Conversation

concaf
Copy link
Contributor

@concaf concaf commented Mar 17, 2018

This commit adds limitranges to defaultResourcePriorities as
suggested in #385.

This is done so that pods are not restored before the LimitRange
objects, because that would lead to pods not honoring the requests
and limits set in LimitRange objects.

Fixes #385

This commit adds limitranges to defaultResourcePriorities as
suggested in vmware-tanzu#385.

This is done so that pods are not restored before the LimitRange
objects, because that would lead to pods not honoring the requests
and limits set in LimitRange objects.

Fixes vmware-tanzu#385

Signed-off-by: Shubham <shubham@linux.com>
@concaf concaf force-pushed the prioritize-limitranges branch from be50a53 to 73499c2 Compare March 17, 2018 15:43
@ncdc ncdc self-assigned this Mar 20, 2018
@ncdc ncdc added this to the v0.8.0 milestone Mar 20, 2018
@ncdc ncdc merged commit a2f5e14 into vmware-tanzu:master Mar 20, 2018
@timh timh unassigned ncdc Sep 30, 2019
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.

Restore LimitRanges before Pods
2 participants