Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allEndpointsTerminating (0.17 sec)

  1. pkg/proxy/winkernel/proxier.go

    				continue
    			}
    
    			if someEndpointsServing {
    
    				if !allEndpointsTerminating && !ep.IsReady() {
    					klog.V(3).InfoS("Skipping the endpoint for LB creation. Endpoint is either not ready or all not all endpoints are terminating", "EpIP", ep.ip, " EpPort", ep.port, "allEndpointsTerminating", allEndpointsTerminating, "IsEpReady", ep.IsReady())
    					continue
    				}
    				if !ep.IsServing() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top