kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy
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
..
testdata aggregate admin from edit and view to ensure coverage 2018-07-26 15:14:34 -04:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
controller_policy.go switch rbac to external 2018-05-22 08:17:05 -04:00
controller_policy_test.go handle clusterrole migration 2017-11-13 08:18:00 -05:00
namespace_policy.go switch rbac to external 2018-05-22 08:17:05 -04:00
policy.go Kubelet creates and manages node leases 2018-08-26 16:03:36 -07:00
policy_test.go aggregate admin from edit and view to ensure coverage 2018-07-26 15:14:34 -04:00