mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04: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 ``` |
||
|---|---|---|
| .. | ||
| BUILD | ||
| doc.go | ||
| OWNERS | ||
| servicecontroller.go | ||
| servicecontroller_test.go | ||