kubernetes/pkg/controller/daemon
Clayton Coleman 8f74c8970b
daemonset: Ignore namespace termination errors when creating pods
Instead of reporting an event or displaying an error, simply exit
when the namespace is being terminated. This reduces the amount of
controller churn on namespace shutdown. While we could technically
exit the entire processing loop early for very large daemon sets,
we should wait for more evidence that is an issue before changing
that logic substantially.
2019-10-20 18:39:00 -04:00
..
config auto-generated file 2019-03-02 12:55:26 +08:00
util update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate 2019-05-08 10:01:50 -04:00
BUILD move util/metrics to component-base 2019-10-08 14:42:31 +02:00
daemon_controller_test.go feat: update taint nodes by condition to GA 2019-10-19 09:17:41 +08:00
daemon_controller.go daemonset: Ignore namespace termination errors when creating pods 2019-10-20 18:39:00 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers 2019-04-16 11:35:21 -07:00
update_test.go fix: list nodes in sync daemonset 2019-04-02 13:54:28 +08:00
update.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00