-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Update Rescheduler's manifest #65454
Update Rescheduler's manifest #65454
Conversation
@bsalamat can you add more details on what this change means to k8s on GCE? |
adding priority /priority critical-urgent |
Rescheduler is changed to work with Scheduler's preemption. In the latest version of the Rescheduler, it only evicts Pods when a critical DaemonSet Pod cannot be scheduled. Other critical system pods rely on the scheduler preemption logic to be scheduled. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bsalamat, vishh 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 |
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process Pull Request Labels
|
/retest |
2 similar comments
/retest |
/retest |
/retest Review the full test history for this PR. Silence the bot with an |
3 similar comments
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest |
2 similar comments
/retest |
/retest |
Is this network issue, when I skimmed through logs, I am seeing continuously following error:
|
I think tests should be fine now, if they finish! |
@bsalamat So, what has changed to make tests pass? Was this related to something on infra side? |
The tests were failing because the upgraded rescheduler:v0.4.0 image was not published yet. Tests passed since the image is there now. |
/test all [submit-queue is verifying that this PR is safe to merge] |
@yguo0905 Thanks but I think scheduler wouldn't throw those errors and rescheduler pod won't be in Pending state for a long time if there is an issue with container image not available in registry. |
@ravisantoshgudimetla All the tests passed after we uploaded the image. The merge bot is running the tests again for merging. The issue was definitely caused by the absence of the image. |
It's a static pod, which I guess makes a difference here. |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it: Updates Rescheduler's manifest to use version 0.4.0
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: