k3s/pkg/kubelet/apis
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
..
cri Re-run init containers if the pod sandbox needs to be recreated 2017-08-16 15:27:18 -07:00
deviceplugin/v1alpha1 Generated files 2017-08-16 15:36:51 -07:00
kubeletconfig Merge pull request #51146 from mtaufen/remove-crashloop-detection 2017-08-24 05:34:32 -07:00
stats/v1alpha1 Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
BUILD Generated files 2017-08-16 15:36:51 -07:00
well_known_annotations.go move labels to components which own the APIs 2017-05-31 10:32:06 -04:00
well_known_labels.go move labels to components which own the APIs 2017-05-31 10:32:06 -04:00