Merge pull request #78460 from mysunshine92/update-feature-NodeLease

update Feature:NodeLease in kube_features.go
This commit is contained in:
Kubernetes Prow Robot 2019-06-01 02:54:18 -07:00 committed by GitHub
commit 99392e9f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,6 +364,7 @@ const (
// owner: @mtaufen
// alpha: v1.12
// beta: v1.14
//
// Kubelet uses the new Lease API to report node heartbeats,
// (Kube) Node Lifecycle Controller uses these heartbeats as a node health signal.