kubernetes/pkg/controller
Ivan Shvedunov 5651f822fd Fix DaemonSet namespace handling for predicates
In order to determine whether a node should run its daemon pod,
DaemonController creates a dummy pod based on DaemonSet's template and
then uses scheduler predicates (currently GeneralPredicates) to test
whether such pod can be run by the node. The problem was that
DaemonController was not setting Namespace for the dummy pod. This was
not affecting currently used GeneralPredicates but this problem could
bite later when some namespace-dependent predicates are added to
GeneralPredicates or directly to DaemonController's node checks
(e.g. pod affinity).

Stumbled upon it while working on e2e test for #31136
2016-09-26 22:14:28 +03:00
..
certificates Merge pull request #32876 from errordeveloper/more-cert-utils 2016-09-22 01:29:46 -07:00
daemon Fix DaemonSet namespace handling for predicates 2016-09-26 22:14:28 +03:00
deployment controller: enhance timeout error message for Recreate deployments 2016-09-20 15:53:24 +02:00
disruption Merge pull request #33103 from deads2k/controller-03-kill-non-generatedclient 2016-09-22 11:37:01 -07:00
endpoint Merge pull request #33269 from deads2k/client-15-svc-lister 2016-09-23 03:10:57 -07:00
garbagecollector Allow garbage collection to work against different API prefixes 2016-09-22 15:00:58 -04:00
informers convert daemonset controller to shared informers 2016-09-16 10:40:46 -04:00
job fix job controller hot loop 2016-09-20 22:25:11 +08:00
namespace Allow garbage collection to work against different API prefixes 2016-09-22 15:00:58 -04:00
node Merge pull request #32655 from dshulyak/fix_node_fake_update 2016-09-22 07:43:18 -07:00
petset switch controller manager to generated clientset 2016-09-20 12:53:47 -04:00
podautoscaler move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
podgc move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
replicaset change factorization of listers to make them easier to add 2016-09-16 14:49:00 -04:00
replication fix RC lister 2016-09-23 08:12:03 -04:00
resourcequota move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
route Use Informer framework in route controller 2016-09-19 11:53:30 +02:00
scheduledjob Merge pull request #32670 from soltysh/cron_update 2016-09-23 13:27:16 -07:00
service fix up service lister 2016-09-22 09:12:37 -04:00
serviceaccount move core resource registry packages 2016-09-21 10:11:50 -04:00
volume Rename controller*.go to pv_controller*.go 2016-09-26 12:26:58 +02:00
controller_ref_manager.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
controller_utils_test.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
controller_utils.go Move HighWaterMark to the top of the struct in order to fix arm, second time 2016-09-23 20:58:28 +03:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00