mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #13992 from aveshagarwal/userspace-proxy-typo
Fixes error message.
This commit is contained in:
		@@ -214,7 +214,7 @@ func CleanupLeftovers(ipt iptables.Interface) (encounteredError bool) {
 | 
				
			|||||||
			encounteredError = true
 | 
								encounteredError = true
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			if err = ipt.DeleteChain(iptables.TableNAT, c); err != nil {
 | 
								if err = ipt.DeleteChain(iptables.TableNAT, c); err != nil {
 | 
				
			||||||
				glog.Errorf("Error flushing userspace chain: %v", err)
 | 
									glog.Errorf("Error deleting userspace chain: %v", err)
 | 
				
			||||||
				encounteredError = true
 | 
									encounteredError = true
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user