remove nodeLease feature GA

Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
This commit is contained in:
Author cyclinder
2021-09-24 11:07:53 +08:00
committed by cyclinder
parent 005dfcd09e
commit e61b901628
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'.