Skip to content

Commit b7b8add

Browse files
authored
Merge pull request kubernetes#77068 from monstercy/nodeStatusReportFrequency
fix comment about nodeStatusReportFrequency in kubelet.go
2 parents 2fd1556 + e8b60b1 commit b7b8add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/kubelet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ type Kubelet struct {
10481048
// as it takes time to gather all necessary node information.
10491049
nodeStatusUpdateFrequency time.Duration
10501050

1051-
// nodeStatusUpdateFrequency is the frequency that kubelet posts node
1051+
// nodeStatusReportFrequency is the frequency that kubelet posts node
10521052
// status to master. It is only used when node lease feature is enabled.
10531053
nodeStatusReportFrequency time.Duration
10541054

0 commit comments

Comments
 (0)