Merge pull request #100558 from yangjunmyfm192085/run-test31

Optimize the structured Logging migration.
This commit is contained in:
Kubernetes Prow Robot
2021-06-01 20:54:37 -07:00
committed by GitHub
2 changed files with 33 additions and 33 deletions

View File

@@ -1250,7 +1250,7 @@ func (proxier *Proxier) syncProxyRules() {
uint16(svcInfo.Port()),
)
if err != nil {
klog.ErrorS(err, "Policy creation failed", err)
klog.ErrorS(err, "Policy creation failed")
continue
}
externalIP.hnsID = hnsLoadBalancer.hnsID