kubernetes/pkg/controller
Clayton Coleman c6e34e58c5
job: Ignore namespace termination errors when creating pods or jobs
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 jobs,
we should wait for more evidence that is an issue before changing
that logic substantially.
2019-10-20 18:39:01 -04:00
..
apis/config Adding EndpointSlice controller 2019-08-28 21:13:27 -07:00
bootstrap move util/metrics to component-base 2019-10-08 14:42:31 +02:00
certificates move util/metrics to component-base 2019-10-08 14:42:31 +02:00
cloud remove Get/Set node condition dependency for the ccm controllers 2019-10-04 16:52:36 +02:00
clusterroleaggregation move WaitForCacheSync to the sharedInformer package 2019-08-22 16:13:41 +01:00
cronjob job: Ignore namespace termination errors when creating pods or jobs 2019-10-20 18:39:01 -04:00
daemon daemonset: Ignore namespace termination errors when creating pods 2019-10-20 18:39:00 -04:00
deployment move util/metrics to component-base 2019-10-08 14:42:31 +02:00
disruption add tombstoones handle for pdb 2019-10-15 22:02:18 +08:00
endpoint endpoints: If namespace is terminating, drop item immediately 2019-10-20 18:38:59 -04:00
endpointslice endpoints: If namespace is terminating, drop item immediately 2019-10-20 18:38:59 -04:00
garbagecollector fix unsafe JSON construction 2019-10-10 09:44:54 +08:00
history fix unsafe JSON construction 2019-10-10 09:44:54 +08:00
job job: Ignore namespace termination errors when creating pods or jobs 2019-10-20 18:39:01 -04:00
namespace move util/metrics to component-base 2019-10-08 14:42:31 +02:00
nodeipam Prune inactive owners from pkg/controller/* network related OWNERS files. 2019-10-13 08:50:18 -04:00
nodelifecycle feat: update taint nodes by condition to GA 2019-10-19 09:17:41 +08:00
podautoscaler remove the repeat word in documents 2019-10-06 23:32:01 +08:00
podgc move util/metrics to component-base 2019-10-08 14:42:31 +02:00
replicaset replicaset: Ignore namespace termination errors when creating pods 2019-10-20 18:39:00 -04:00
replication Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers 2019-04-16 11:35:21 -07:00
resourcequota remove redundant quota.V1Equals 2019-10-02 01:02:09 +08:00
route move util/metrics to component-base 2019-10-08 14:42:31 +02:00
service Merge pull request #83934 from wccsama/wcc-service-dev 2019-10-18 12:37:46 -07:00
serviceaccount serviceaccount: If namespace is terminating, ignore create errors 2019-10-20 18:39:00 -04:00
statefulset Remove some unused codes in stateful_set_utils.go 2019-09-21 22:24:48 +08:00
testutil cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
ttl move WaitForCacheSync to the sharedInformer package 2019-08-22 16:13:41 +01:00
ttlafterfinished move util/metrics to component-base 2019-10-08 14:42:31 +02:00
util using pod pointers in node lifecycle controller 2019-10-14 12:44:43 +02:00
volume Merge pull request #83543 from yutedz/attach-resync-comment 2019-10-09 13:17:50 -07:00
.import-restrictions Swtich nodelifecyclecontroller to coordination/v1 2019-10-16 10:59:02 +02:00
BUILD Adding EndpointSlice controller 2019-08-28 21:13:27 -07:00
client_builder_dynamic.go Migrate the controller to use TokenRequest and rotate token periodically 2019-03-25 14:54:22 +08:00
client_builder.go Migrate the controller to use TokenRequest and rotate token periodically 2019-03-25 14:54:22 +08:00
controller_ref_manager_test.go remove unused code of (pkg/controller) 2018-10-09 08:15:30 +08:00
controller_ref_manager.go fix unsafe JSON construction 2019-10-10 09:44:54 +08:00
controller_utils_test.go Prefer to delete doubled-up pods of a ReplicaSet 2019-10-17 11:52:32 -04:00
controller_utils.go replicaset: Ignore namespace termination errors when creating pods 2019-10-20 18:39:00 -04:00
doc.go
informer_factory.go Use metadata informers instead of dynamic informers in controller manager 2019-07-11 12:18:52 -04:00
lookup_cache.go
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00