mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-03 17:17:12 +00:00
Automatic merge from submit-queue servicecontroller: use consistent node criteria We have two node selection functions: includeNodeFromNodeList and getNodeConditionPredicate, and the logic is different. The logic should be the same, so remove includeNodeFromNodeList and just use getNodeConditionPredicate everywhere. Fix #45772 ```release-note servicecontroller: Fix node selection logic on initial LB creation ```