-
Notifications
You must be signed in to change notification settings - Fork 105
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): add cpu system pressure eviction plugin #518
Open
WangZzzhe
wants to merge
2
commits into
kubewharf:main
Choose a base branch
from
WangZzzhe:dev/cpu-system-eviction-plugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(eviction): add cpu system pressure eviction plugin #518
WangZzzhe
wants to merge
2
commits into
kubewharf:main
from
WangZzzhe:dev/cpu-system-eviction-plugin
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
WangZzzhe
added
enhancement
New feature or request
workflow/need-review
review: test succeeded, need to review
labels
Mar 21, 2024
WangZzzhe
requested review from
nightmeng,
csfldf,
luomingmeng,
zzzzhhb and
waynepeking348
as code owners
March 21, 2024 09:10
WangZzzhe
force-pushed
the
dev/cpu-system-eviction-plugin
branch
from
March 21, 2024 09:13
567b8d9
to
536deb9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #518 +/- ##
==========================================
+ Coverage 56.06% 56.26% +0.19%
==========================================
Files 534 538 +4
Lines 49807 50283 +476
==========================================
+ Hits 27924 28290 +366
- Misses 18325 18412 +87
- Partials 3558 3581 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3 tasks
WangZzzhe
force-pushed
the
dev/cpu-system-eviction-plugin
branch
4 times, most recently
from
April 15, 2024 03:55
bba6910
to
35b1cb3
Compare
|
WangZzzhe
force-pushed
the
dev/cpu-system-eviction-plugin
branch
3 times, most recently
from
May 14, 2024 07:57
b0748d8
to
6d07059
Compare
|
zzzzhhb
reviewed
May 14, 2024
zzzzhhb
reviewed
May 14, 2024
zzzzhhb
reviewed
May 14, 2024
cmd/katalyst-agent/app/options/dynamic/adminqos/eviction/cpu_system_eviction.go
Outdated
Show resolved
Hide resolved
WangZzzhe
force-pushed
the
dev/cpu-system-eviction-plugin
branch
from
May 15, 2024 03:05
6d07059
to
f2ba329
Compare
WangZzzhe
force-pushed
the
dev/cpu-system-eviction-plugin
branch
from
May 27, 2024 12:08
b7c447b
to
f88c898
Compare
WangZzzhe
force-pushed
the
dev/cpu-system-eviction-plugin
branch
from
May 27, 2024 12:35
b0c1e93
to
4db7acc
Compare
zzzzhhb
approved these changes
Jun 11, 2024
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:
Which issue(s) this PR fixes:
#492
PR in katalyst-api: kubewharf/katalyst-api#74 go.mod should be updated after api PR merged