Scheduler is not using watch to monitor nodes #6563
Labels
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/scalability
Categorizes an issue or PR as relevant to SIG Scalability.
For some reason scheduler has a logic to watch nodes, but it is disabled:
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/plugin/pkg/scheduler/factory/factory.go#L169
This is not very heavy, because there will be up to 100 nodes, but we should get rid of this.
@lavalamp @davidopp @wojtek-t
The text was updated successfully, but these errors were encountered: