-
Notifications
You must be signed in to change notification settings - Fork 110
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(eviction manager): support pod-level rss overuse evict #57
Merged
waynepeking348
merged 3 commits into
kubewharf:main
from
zzzzhhb:support_rss_overuse_evict
May 24, 2023
Merged
feat(eviction manager): support pod-level rss overuse evict #57
waynepeking348
merged 3 commits into
kubewharf:main
from
zzzzhhb:support_rss_overuse_evict
May 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zzzzhhb
added
workflow/draft
draft: no need to review
enhancement
New feature or request
labels
May 9, 2023
zzzzhhb
changed the title
feat(eviction manager): support pod-level rss overuse evict
WIP: feat(eviction manager): support pod-level rss overuse evict
May 9, 2023
zzzzhhb
force-pushed
the
support_rss_overuse_evict
branch
2 times, most recently
from
May 19, 2023 07:55
074f86c
to
50d906a
Compare
zzzzhhb
changed the title
WIP: feat(eviction manager): support pod-level rss overuse evict
feat(eviction manager): support pod-level rss overuse evict
May 19, 2023
zzzzhhb
added
workflow/need-review
review: test succeeded, need to review
and removed
workflow/draft
draft: no need to review
labels
May 19, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
==========================================
+ Coverage 51.30% 51.89% +0.59%
==========================================
Files 318 334 +16
Lines 32418 33541 +1123
==========================================
+ Hits 16632 17407 +775
- Misses 13840 14100 +260
- Partials 1946 2034 +88
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
zzzzhhb
force-pushed
the
support_rss_overuse_evict
branch
2 times, most recently
from
May 19, 2023 08:27
827c2ab
to
54a2b2c
Compare
zzzzhhb
force-pushed
the
support_rss_overuse_evict
branch
from
May 19, 2023 08:46
129eda7
to
06569ee
Compare
waynepeking348
previously approved these changes
May 22, 2023
waynepeking348
approved these changes
May 23, 2023
csfldf
approved these changes
May 24, 2023
luomingmeng
pushed a commit
to luomingmeng/katalyst-core
that referenced
this pull request
Oct 11, 2024
…f#57) * feat: support pod-level rss overuse evict * refactor: remove duplication * chore: change api tag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Enhancements
What this PR does / why we need it:
support new policy to evict pods when pod use rss more than user expect.
Which issue(s) this PR fixes:
Special notes for your reviewer: