kubelet/config
David Porter 083baa13ba Implement shutdown manager in kubelet
Implements KEP 2000, Graceful Node Shutdown:
https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2000-graceful-node-shutdown

* Add new FeatureGate `GracefulNodeShutdown` to control
enabling/disabling the feature
* Add two new KubeletConfiguration options
  * `ShutdownGracePeriod` and `ShutdownGracePeriodCriticalPods`
* Add new package, `nodeshutdown` that implements the Node shutdown
manager
  * The node shutdown manager uses the systemd inhibit package, to
  create an system inhibitor, monitor for node shutdown events, and
  gracefully terminate pods upon a node shutdown.

Kubernetes-commit: 16f71c6d47843c359e78c0eea2f34814f4cf055b
2020-11-02 23:18:36 +00:00
..
v1alpha1 kubelet: add initial credentialprovider v1alpha1 APIs 2020-11-10 13:44:06 -05:00
v1beta1 Implement shutdown manager in kubelet 2020-11-02 23:18:36 +00:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00