mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Merge pull request #105222 from cyclinder/remove_node_lease_GA
remove nodeLease feature GA
This commit is contained in:
@@ -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'.
|
||||
|
Reference in New Issue
Block a user