Skip to content

Commit 9eb0c35

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#63701 from scf0920/branch-1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix typo: peirodically->periodically **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
2 parents 8cccc02 + 27dcb1f commit 9eb0c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/logs/container_log_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func NewContainerLogManager(runtimeService internalapi.RuntimeService, maxSize s
168168

169169
// Start the container log manager.
170170
func (c *containerLogManager) Start() {
171-
// Start a goroutine peirodically does container log rotation.
171+
// Start a goroutine periodically does container log rotation.
172172
go wait.Forever(func() {
173173
if err := c.rotateLogs(); err != nil {
174174
glog.Errorf("Failed to rotate container logs: %v", err)

0 commit comments

Comments
 (0)