Skip to content

Commit e8b60b1

Browse files
committed
fix comment about nodeStatusReportFrequency in kubelet.go
1 parent 6f9bf5f commit e8b60b1

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
@@ -1046,7 +1046,7 @@ type Kubelet struct {
10461046
// as it takes time to gather all necessary node information.
10471047
nodeStatusUpdateFrequency time.Duration
10481048

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

0 commit comments

Comments
 (0)