mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #127231 from guozheng-shen/fix-comment
Update node_lifecycle_controller.go
This commit is contained in:
commit
68fadf85d5
@ -270,9 +270,7 @@ type Controller struct {
|
|||||||
// Controller will not proactively sync node health, but will monitor node
|
// Controller will not proactively sync node health, but will monitor node
|
||||||
// health signal updated from kubelet. There are 2 kinds of node healthiness
|
// health signal updated from kubelet. There are 2 kinds of node healthiness
|
||||||
// signals: NodeStatus and NodeLease. 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
|
// of time, it will start posting "NodeReady==ConditionUnknown".
|
||||||
// time before which Controller start evicting pods is controlled via flag
|
|
||||||
// 'pod-eviction-timeout'.
|
|
||||||
// Note: be cautious when changing the constant, it must work with
|
// Note: be cautious when changing the constant, it must work with
|
||||||
// nodeStatusUpdateFrequency in kubelet and renewInterval in NodeLease
|
// nodeStatusUpdateFrequency in kubelet and renewInterval in NodeLease
|
||||||
// controller. The node health signal update frequency is the minimal of the
|
// controller. The node health signal update frequency is the minimal of the
|
||||||
|
Loading…
Reference in New Issue
Block a user