From abf6618009fab4d8694da30b8b914ffcc6754a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=BE=99=E5=B3=B0?= Date: Fri, 21 Apr 2023 14:36:23 +0800 Subject: [PATCH] misspelling about log info --- pkg/node-servant/static-pod-upgrade/util/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/node-servant/static-pod-upgrade/util/util.go b/pkg/node-servant/static-pod-upgrade/util/util.go index 97f8de76e4b..e7be1bff83a 100644 --- a/pkg/node-servant/static-pod-upgrade/util/util.go +++ b/pkg/node-servant/static-pod-upgrade/util/util.go @@ -72,7 +72,7 @@ func CopyFile(src, dst string) error { // Success: Static pod annotation `StaticPodHashAnnotation` value equals to function argument hash // Failed: Receive PodFailed event func WaitForPodRunning(namespace, name, hash string, timeout time.Duration) (bool, error) { - klog.Infof("WaitForPodRuning namespace is %s, name is %s", namespace, name) + klog.Infof("WaitForPodRunning namespace is %s, name is %s", namespace, name) ctx, cancel := context.WithTimeout(context.Background(), timeout) defer cancel()