This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new f94f3f5c fix test error (#440)
f94f3f5c is described below
commit f94f3f5ca5b0192eb98c122f7365ff7bff0de109
Author: mfordjody <[email protected]>
AuthorDate: Tue Oct 8 08:19:38 2024 +0800
fix test error (#440)
---
app/horus/core/horuser/pod_evict.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/horus/core/horuser/pod_evict.go
b/app/horus/core/horuser/pod_evict.go
index 3b63de81..573d227e 100644
--- a/app/horus/core/horuser/pod_evict.go
+++ b/app/horus/core/horuser/pod_evict.go
@@ -45,7 +45,7 @@ func (h *Horuser) Evict(podName, podNamespace, clusterName
string) (err error) {
PropagationPolicy: &propagationPolicy,
})
if err != nil {
- klog.Error("pod Evict delete failed err:%v", err)
+ klog.Errorf("pod Evict delete failed err:%v", err)
klog.Infof("clusterName:%v\n podName:%v\n podNamespace:%v\n",
clusterName, podName, podNamespace)
return err
}