Merge pull request #105222 from cyclinder/remove_node_lease_GA

remove nodeLease feature GA
This commit is contained in:
Kubernetes Prow Robot
2021-10-05 05:41:21 -07:00
committed by GitHub
4 changed files with 11 additions and 25 deletions

View File

@@ -314,8 +314,7 @@ type Controller struct {
// Controller will not proactively sync node health, but will monitor node
// health signal updated from kubelet. There are 2 kinds of node healthiness
// signals: NodeStatus and NodeLease. NodeLease signal is generated only when
// NodeLease feature is enabled. If it doesn't receive update for this amount
// signals: NodeStatus and NodeLease. If it doesn't receive update for this amount
// of time, it will start posting "NodeReady==ConditionUnknown". The amount of
// time before which Controller start evicting pods is controlled via flag
// 'pod-eviction-timeout'.