-
Notifications
You must be signed in to change notification settings - Fork 601
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
Remove strict check in scorer plugins and respect maxskew, requeue when no pods available rather than fail Scheduler #6524
Conversation
…en no pods available rather than fail scheduler Signed-off-by: aavarghese <avarghese@us.ibm.com>
Codecov ReportBase: 81.98% // Head: 81.96% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6524 +/- ##
==========================================
- Coverage 81.98% 81.96% -0.02%
==========================================
Files 235 235
Lines 11733 11726 -7
==========================================
- Hits 9619 9611 -8
- Misses 1642 1644 +2
+ Partials 472 471 -1
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. |
pkg/scheduler/plugins/core/availabilitynodepriority/availability_node_priority.go
Show resolved
Hide resolved
pkg/scheduler/plugins/core/availabilityzonepriority/availability_zone_priority.go
Show resolved
Hide resolved
…/nodes with no schedulable pods Signed-off-by: aavarghese <avarghese@us.ibm.com>
/cc @pierDipi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aavarghese, pierDipi 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 |
/cherry-pick release-1.5 |
/cherry-pick release-1.6 |
/cherry-pick release-1.7 |
@aavarghese: new pull request created: #6526 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@aavarghese: new pull request created: #6527 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@aavarghese: new pull request created: #6528 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: aavarghese avarghese@us.ibm.com
Fixes #6523
Proposed Changes
AvailabilityZonePriority
andAvailabilityNodePriority
. Reason: Some worker/control nodes may or may not be assigned to any particular zone topology and so will not have pod replicas created in them...Pre-review Checklist
Release Note