kubernetes/pkg/controller
Quan Tian 60bb2a3a6f Fix DaemonSet status update retry
It's easy to get update conflict when processing a DaemonSet
continuously. storeDaemonSetStatus had a retry logic that it gets the
resource from apiserver to update the DaemonSet with the latest resource
version. However, it never really retried because of a wrong check and
always made an useless get call. This patch fixes the logic to allow
the function retry once on update error.
2021-03-09 00:39:25 +08:00
..
apis/config hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
bootstrap hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
certificates hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
clusterroleaggregation hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
cronjob Simplify cronjob v2 controller tests 2021-03-05 19:25:51 +01:00
daemon Fix DaemonSet status update retry 2021-03-09 00:39:25 +08:00
deployment Merge pull request #97507 from aldudko/controller-logging 2021-03-03 22:49:59 -08:00
disruption Add conditions to PDB status 2021-03-04 18:52:02 -08:00
endpoint hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
endpointslice Graduate EndpointSlice Controllers to GA 2021-03-06 15:58:47 -08:00
endpointslicemirroring Graduate EndpointSlice Controllers to GA 2021-03-06 15:58:47 -08:00
garbagecollector hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
history hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
job Merge pull request #99806 from alculquicondor/job-adoption-unit 2021-03-06 12:50:29 -08:00
namespace hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
nodeipam Merge pull request #98756 from pacoxu/ut/faster 2021-03-03 14:40:31 -08:00
nodelifecycle Merge pull request #97818 from damemi/remove-util-node-dep 2021-03-05 04:06:32 -08:00
podautoscaler hpa: Don't scale down if at least one metric was invalid 2021-03-03 07:53:01 +01:00
podgc hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
replicaset Logarithmic timestamp comparison for ReplicSet downscaling 2021-03-05 15:58:26 -05:00
replication Add Apply functions to client-gen 2021-03-06 20:49:06 -05:00
resourcequota hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
serviceaccount hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
statefulset Merge pull request #97881 from ialidzhikov/nit/unnecessary-type-conversion 2021-03-03 14:39:49 -08:00
storageversiongc hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
testutil Add Apply functions to client-gen 2021-03-06 20:49:06 -05:00
ttl hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
ttlafterfinished hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
util Graduate EndpointSlice Controllers to GA 2021-03-06 15:58:47 -08:00
volume Prioritizing nodes based on volume capacity: unit tests 2021-03-05 23:59:25 +08:00
controller_ref_manager_test.go
controller_ref_manager.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
controller_utils_test.go Logarithmic timestamp comparison for ReplicSet downscaling 2021-03-05 15:58:26 -05:00
controller_utils.go Logarithmic timestamp comparison for ReplicSet downscaling 2021-03-05 15:58:26 -05:00
doc.go
lookup_cache.go
OWNERS add myself as reviewer in pkg/controller/OWNERS 2021-01-15 17:21:35 -05:00