mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	remove ipv4 constraints of Node IPs in ipvs proxier
This commit is contained in:
		| @@ -73,7 +73,7 @@ func (f *FakeIPVS) AddVirtualServer(serv *utilipvs.VirtualServer) error { | ||||
| 	key := toServiceKey(serv) | ||||
| 	f.Services[key] = serv | ||||
| 	// make sure no destination present when creating new service | ||||
| 	f.Destinations = make(map[serviceKey][]*utilipvs.RealServer) | ||||
| 	f.Destinations[key] = make([]*utilipvs.RealServer, 0) | ||||
| 	return nil | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user