• Kubernetes Submit Queue's avatar
    Merge pull request #51146 from mtaufen/remove-crashloop-detection · 73a6ee1d
    Kubernetes Submit Queue authored
    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
    ```
    73a6ee1d
Name
Last commit
Last update
..
cri Loading commit data...
deviceplugin/v1alpha1 Loading commit data...
kubeletconfig Loading commit data...
stats/v1alpha1 Loading commit data...
BUILD Loading commit data...
well_known_annotations.go Loading commit data...
well_known_labels.go Loading commit data...