k3s/pkg/kubelet/apis/kubeletconfig
Kubernetes Submit Queue 73a6ee1dcc Merge pull request #51146 from mtaufen/remove-crashloop-detection
Automatic merge from submit-queue

Remove crash loop "detection" from the dynamic kubelet config feature

**What this PR does / why we need it**:
The subfeature was a cool idea, but in the end it is very complex to
separate Kubelet restarts into crash-loops caused by config vs.
crash-loops caused by other phenomena, like admin-triggered node restarts,
kernel panics, and and process babysitter behavior. Dynamic kubelet config
will be better off without the potential for false positives here.

Removing this subfeature also simplifies dynamic configuration by
reducing persistent state:
- we no longer need to track bad config in a file
- we no longer need to track kubelet startups in a file

**Which issue this PR fixes**: fixes #50216 

**Release note**:

```release-note
NONE
```
2017-08-24 05:34:32 -07:00
..
scheme Revert "Merge pull request #51008 from kubernetes/revert-50789-fix-scheme" 2017-08-21 11:28:05 -07:00
v1alpha1 Remove crash loop detection from the dynamic kubelet config feature 2017-08-22 12:37:22 -07:00
validation Remove crash loop detection from the dynamic kubelet config feature 2017-08-22 12:37:22 -07:00
BUILD Revert "Merge pull request #51008 from kubernetes/revert-50789-fix-scheme" 2017-08-21 11:28:05 -07:00
OWNERS
doc.go
register.go
types.go Merge pull request #51146 from mtaufen/remove-crashloop-detection 2017-08-24 05:34:32 -07:00
zz_generated.deepcopy.go Remove crash loop detection from the dynamic kubelet config feature 2017-08-22 12:37:22 -07:00