From f7cf9effa33035c8c22115cca9d202f43320315b Mon Sep 17 00:00:00 2001 From: zach593 Date: Thu, 29 Jun 2023 22:32:03 +0800 Subject: [PATCH] fix kubelet podWorkers.SyncKnownPods() typo Signed-off-by: zach593 --- pkg/kubelet/pod_workers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/pod_workers.go b/pkg/kubelet/pod_workers.go index e5805dbcf78..e5df74c56b9 100644 --- a/pkg/kubelet/pod_workers.go +++ b/pkg/kubelet/pod_workers.go @@ -1532,7 +1532,7 @@ func (p *podWorkers) SyncKnownPods(desiredPods []*v1.Pod) map[types.UID]PodWorke p.podsSynced = true for uid, status := range p.podSyncStatuses { // We retain the worker history of any pod that is still desired according to - // its UID. However, there are ]two scenarios during a sync that result in us + // its UID. However, there are two scenarios during a sync that result in us // needing to purge the history: // // 1. The pod is no longer desired (the local version is orphaned)