• Michael Taufen's avatar
    Remove crash loop detection from the dynamic kubelet config feature · 76c41a25
    Michael Taufen authored
    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
    76c41a25
Name
Last commit
Last update
..
checkpoint Loading commit data...
configfiles Loading commit data...
status Loading commit data...
util Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
configsync.go Loading commit data...
controller.go Loading commit data...
rollback.go Loading commit data...
watch.go Loading commit data...