k3s/pkg
Kubernetes Submit Queue c1f7df2b0e
Merge pull request #65309 from tnozicka/add-ds-recreate-backoff
Automatic merge from submit-queue (batch tested with PRs 62441, 66702, 67254, 67421, 65309). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add backoff for DS's pod deletion to limit fighting with kubelet failing the pod repeatedly

**What this PR does / why we need it**:
Limits consequences of DS controller on hot loop fighting with kubelet.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes https://github.com/kubernetes/kubernetes/issues/65240

**Release note**:
```release-note
DaemonSet controller is now using backoff algorithm to avoid hot loops fighting with kubelet on pod recreation when a particular DaemonSet is misconfigured.
```

TODO:
 - [x] Export the backoff settings as args or constants
 - [x] Add test a case

/cc @mfojtik 
(Will add more folks when it's ready, to avoid spamming them.)
2018-08-15 15:30:27 -07:00
..
api Use OWNERS-based labeling for kind/api-change 2018-08-10 13:48:56 -07:00
apis Merge pull request #66115 from jasonrichardsmith/add-serviceAccount-fieldselector 2018-08-15 08:24:57 -07:00
auth Improve multi-authorizer errors 2018-07-06 10:55:17 -04:00
capabilities
client Merge pull request #66722 from luxas/reference_new_generic_structs 2018-08-14 22:43:22 -07:00
cloudprovider Merge pull request #67254 from andrewsykim/doc-instance-stopped 2018-08-15 15:30:21 -07:00
controller Merge pull request #65309 from tnozicka/add-ds-recreate-backoff 2018-08-15 15:30:27 -07:00
credentialprovider fix acr sp access issue 2018-07-20 08:39:31 +00:00
features Merge pull request #67077 from vikaschoudhary16/scope-selectors-beta 2018-08-09 19:31:04 -07:00
fieldpath fieldpath: Add tests for missing cases 2018-07-12 10:26:18 +02:00
generated run "make update" 2018-07-30 15:56:39 +08:00
kubeapiserver node authz/ad externalization 2018-08-09 10:57:30 +08:00
kubectl Merge pull request #67385 from nikhita/patch-no-op-msg 2018-08-15 04:23:24 -07:00
kubelet Merge pull request #66884 from NickrenREN/attacher-detacher-refactor 2018-08-15 07:03:48 -07:00
kubemark Merge pull request #66284 from stewart-yu/stewart-sharedtype-move 2018-07-30 19:50:36 -07:00
master autogenerated 2018-08-09 19:35:03 +03:00
printers Break annotations with newlines and shorten length 2018-07-31 19:22:50 -04:00
probe
proxy Merge pull request #66491 from Lion-Wei/ipvs-nodeip 2018-08-14 17:55:04 -07:00
quota Merge pull request #66351 from vikaschoudhary16/fix-scopeselector-exist-operator 2018-08-06 07:13:14 -07:00
registry Merge pull request #66115 from jasonrichardsmith/add-serviceAccount-fieldselector 2018-08-15 08:24:57 -07:00
routes
scheduler Merge pull request #66856 from charrywanganthony/scheduler_space 2018-08-14 17:55:11 -07:00
security Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00
securitycontext
serviceaccount
ssh
util Merge pull request #64815 from dixudx/hostname_empty 2018-08-03 17:13:32 -07:00
version
volume Merge pull request #67229 from feiskyer/unzoned-disks 2018-08-15 07:10:15 -07:00
watch/json
windows/service
.import-restrictions
BUILD
OWNERS