-
Notifications
You must be signed in to change notification settings - Fork 330
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
koord-descheduler: limits frequently migrated workloads #950
koord-descheduler: limits frequently migrated workloads #950
Conversation
Codecov ReportBase: 66.99% // Head: 66.99% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #950 +/- ##
==========================================
- Coverage 66.99% 66.99% -0.01%
==========================================
Files 243 243
Lines 28166 28240 +74
==========================================
+ Hits 18871 18919 +48
- Misses 8008 8026 +18
- Partials 1287 1295 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
63ea6c6
to
db07d13
Compare
/lgtm |
db07d13
to
3aacd47
Compare
Signed-off-by: Joseph <joseph.t.lee@outlook.com>
3aacd47
to
d7170ce
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hormes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…sh#950) Signed-off-by: Joseph <joseph.t.lee@outlook.com> Signed-off-by: Siyu Wang <FillZpp.pub@gmail.com>
Signed-off-by: Joseph <joseph.t.lee@outlook.com> Signed-off-by: Siyu Wang <FillZpp.pub@gmail.com>
…sh#950) Signed-off-by: Joseph <joseph.t.lee@outlook.com>
Signed-off-by: Joseph joseph.t.lee@outlook.com
Ⅰ. Describe what this PR does
The migrationJob controller in koord-descheduler supports that limits frequently migrated workloads
objectLimiters
to support control the limit duration and thresholds.maxMigrating
in the duration , the workload will be limited. By default the duration is5 minutes
,maxMigrating
is nil that means will usemaxMigratingPerWorkload
instead.Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test