kubernetes/pkg/controller/daemon
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
..
config hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
util daemonset: Simplify the logic for calculating unavailable pods 2021-03-01 13:23:16 -05:00
daemon_controller_test.go Fix DaemonSet status update retry 2021-03-09 00:39:25 +08:00
daemon_controller.go Fix DaemonSet status update retry 2021-03-09 00:39:25 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
init_test.go Fix DS expectations on recreate 2020-06-17 09:22:17 +02: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 daemonset: Simplify the logic for calculating unavailable pods 2021-03-01 13:23:16 -05:00
update.go daemonset: Remove unnecessary error returns in strategy code 2021-03-01 13:23:18 -05:00