When the controller pod is evicted, the scheduler informant does not receive add or update events, which prevents rescheduling. The job remains pending until the scheduler is restarted
Steps to reproduce the issue
k8s version 1.27
controller.log
scheduler.log
Describe the results you received and expected
After PodEvicted, rescheduling should receive add and update events from the scheduler
Description
When the controller pod is evicted, the scheduler informant does not receive add or update events, which prevents rescheduling. The job remains pending until the scheduler is restarted
Steps to reproduce the issue
k8s version 1.27
controller.log scheduler.log
Describe the results you received and expected
After PodEvicted, rescheduling should receive add and update events from the scheduler
What version of Volcano are you using?
v1.9.0
Any other relevant information
No response