update Feature:NodeLease in kube_features.go

This commit is contained in:
yameiwang 2019-05-29 18:26:04 +08:00
parent 3ccb63bb1b
commit 0af168583d

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.