kubernetes/pkg/controller/service
Justin Santa Barbara 82d600bb5c Exclude master from LoadBalancer / NodePort
The servicecontroller documents that the master is excluded from the
LoadBalancer / NodePort, but this is broken for clusters where we are
using taints for the master (as introduced in 1.6), instead of marking
the master as unschedulable.

This restores the desired documented behaviour, by excluding nodes that
are labeled as masters with the new 1.6 labels, even if they use the new
1.6 taints.

Fix #33884
2017-04-20 22:19:43 -04:00
..
BUILD Exclude master from LoadBalancer / NodePort 2017-04-20 22:19:43 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Update OWNERS 2016-11-02 16:19:29 -07:00
servicecontroller_test.go add test for service controller sync and remove unused function 2017-04-13 12:06:12 +08:00
servicecontroller.go Exclude master from LoadBalancer / NodePort 2017-04-20 22:19:43 -04:00