kubernetes/pkg/controller
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
..
bootstrap autogenerated 2017-04-14 10:40:57 -07:00
certificates autogenerated 2017-04-14 10:40:57 -07:00
cloud move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
cronjob CronJob: Use PATCH to adopt Jobs. 2017-04-19 15:42:34 -07:00
daemon Pods marked for deletion should be counted as unavailable 2017-04-18 22:32:59 +02:00
deployment autogenerated 2017-04-14 10:40:57 -07:00
disruption move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
endpoint move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
garbagecollector Merge pull request #42085 from cblecker/gofmt-fix 2017-04-17 15:39:07 -07:00
job Job: Recheck DeletionTimestamp before adoption. 2017-04-19 14:03:36 -07:00
namespace autogenerated 2017-04-14 10:40:57 -07:00
node Merge pull request #44571 from rpothier/cidr_set_indices 2017-04-19 02:36:52 -07:00
podautoscaler move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
podgc autogenerated 2017-04-14 10:40:57 -07:00
replicaset move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
replication move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
resourcequota autogenerated 2017-04-14 10:40:57 -07:00
route move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
service Exclude master from LoadBalancer / NodePort 2017-04-20 22:19:43 -04:00
serviceaccount autogenerated 2017-04-14 10:40:57 -07:00
statefulset move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
ttl autogenerated 2017-04-14 10:40:57 -07:00
volume Merge pull request #39732 from tsmetana/issue_34242 2017-04-20 16:01:04 -07:00
.import-restrictions add import restrictions 2016-10-13 16:10:24 -07:00
BUILD move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
client_builder.go fix typos 2017-03-18 22:45:07 +08:00
controller_ref_manager.go GC: Fix re-adoption race when orphaning dependents. 2017-03-17 15:39:26 -07:00
controller_utils_test.go Deployment: filter out old RSes that are deleted or with non-zero replicas before cleanup 2017-02-16 14:48:10 -08:00
controller_utils.go move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Use fnv.New32a() in hash instead adler32 2017-02-15 14:03:54 +08:00
OWNERS Add janetkuo to approvers for controllers 2017-02-08 14:37:25 -08:00