k3s/pkg/kubemark
Michael Taufen 1b7d06e025 Kubelet creates and manages node leases
This extends the Kubelet to create and periodically update leases in a
new kube-node-lease namespace. Based on [KEP-0009](https://github.com/kubernetes/community/blob/master/keps/sig-node/0009-node-heartbeat.md),
these leases can be used as a node health signal, and will allow us to
reduce the load caused by over-frequent node status reporting.

- add NodeLease feature gate
- add kube-node-lease system namespace for node leases
- add Kubelet option for lease duration
- add Kubelet-internal lease controller to create and update lease
- add e2e test for NodeLease feature
- modify node authorizer and node restriction admission controller
to allow Kubelets access to corresponding leases
2018-08-26 16:03:36 -07:00
..
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD update bazel 2018-08-16 09:59:33 +08:00
OWNERS
controller.go apimachinery: remove Scheme.Copy 2017-10-06 14:24:05 +02:00
hollow_kubelet.go Kubelet creates and manages node leases 2018-08-26 16:03:36 -07:00
hollow_proxy.go use versioned api in kube-proxy 2018-08-16 09:59:33 +08:00