1. Issue or feature description
Leader election is critical for high availability for production environment. However, the extender does not need leader election, when it goes down, a new leader will take place since liveness probe works.
2. Steps to reproduce the issue
In case the single HAMi scheduler were not healthy or restarting, the total cluster would not schedule any pod since the scheduler is using extender with Bind and the Bind stage is only suitable for one implement. The scheduler itself can be HA, so this issue will focus on liveness probe on deployment of the HAMi scheduler.
3. Information to attach (optional if deemed irrelevant)
Reference: By Tencent Cloud
1. Issue or feature description
Leader election is critical for high availability for production environment. However, the extender does not need leader election, when it goes down, a new leader will take place since liveness probe works.
2. Steps to reproduce the issue
In case the single HAMi scheduler were not healthy or restarting, the total cluster would not schedule any pod since the scheduler is using extender with
Bindand theBindstage is only suitable for one implement. The scheduler itself can be HA, so this issue will focus on liveness probe on deployment of the HAMi scheduler.3. Information to attach (optional if deemed irrelevant)
Reference: By Tencent Cloud