mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #77068 from monstercy/nodeStatusReportFrequency
fix comment about nodeStatusReportFrequency in kubelet.go
This commit is contained in:
commit
b7b8addd62
@ -1048,7 +1048,7 @@ type Kubelet struct {
|
|||||||
// as it takes time to gather all necessary node information.
|
// as it takes time to gather all necessary node information.
|
||||||
nodeStatusUpdateFrequency time.Duration
|
nodeStatusUpdateFrequency time.Duration
|
||||||
|
|
||||||
// nodeStatusUpdateFrequency is the frequency that kubelet posts node
|
// nodeStatusReportFrequency is the frequency that kubelet posts node
|
||||||
// status to master. It is only used when node lease feature is enabled.
|
// status to master. It is only used when node lease feature is enabled.
|
||||||
nodeStatusReportFrequency time.Duration
|
nodeStatusReportFrequency time.Duration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user