Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dsr (0.05 sec)

  1. pkg/proxy/winkernel/proxier.go

    		ep, ok := epInfo.(*endpointInfo)
    		if !ok {
    			continue
    		}
    		if isLocalTrafficDSR && !ep.IsLocal() {
    			// KEP-1669: Ignore remote endpoints when the ExternalTrafficPolicy is Local (DSR Mode)
    			continue
    		}
    		// If Readiness Probe fails and pod is not under delete, then
    		// the state of the endpoint will be - Ready:False, Serving:False, Terminating:False
    		if !ep.IsReady() && !ep.IsTerminating() {
    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