From 0af168583d9fea49e976cd92ac7d3dbe3ca051d2 Mon Sep 17 00:00:00 2001 From: yameiwang Date: Wed, 29 May 2019 18:26:04 +0800 Subject: [PATCH] update Feature:NodeLease in kube_features.go --- pkg/features/kube_features.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 0bf79e5ddd7..3287404f8a6 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -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.