mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 18:37:15 +00:00
Optimize the structured Logging migration.
Signed-off-by: JUN YANG <yang.jun22@zte.com.cn>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user