Merge pull request #77068 from monstercy/nodeStatusReportFrequency

fix comment about nodeStatusReportFrequency in kubelet.go
This commit is contained in:
Kubernetes Prow Robot 2019-05-21 14:30:10 -07:00 committed by GitHub
commit b7b8addd62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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