mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	cleanup: fix errors in wrapped format and log capitalization in proxy
Signed-off-by: wangyx1992 <wang.yixiang@zte.com.cn>
This commit is contained in:
		| @@ -576,7 +576,7 @@ func NewProxier( | ||||
| 		time.Sleep(10 * time.Second) | ||||
| 		hnsNetworkInfo, err = hns.getNetworkByName(hnsNetworkName) | ||||
| 		if err != nil { | ||||
| 			return nil, fmt.Errorf("Could not find HNS network %s", hnsNetworkName) | ||||
| 			return nil, fmt.Errorf("could not find HNS network %s", hnsNetworkName) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| @@ -617,7 +617,7 @@ func NewProxier( | ||||
| 			} | ||||
| 		} | ||||
| 		if len(hostMac) == 0 { | ||||
| 			return nil, fmt.Errorf("Could not find host mac address for %s", nodeIP) | ||||
| 			return nil, fmt.Errorf("could not find host mac address for %s", nodeIP) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user