Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/networking/core/loadbalancer/loadbalancer.go

    	} else if enableFailover && (localityLB.Enabled == nil || localityLB.Enabled.Value) {
    		if len(localityLB.FailoverPriority) > 0 {
    			// Apply user defined priority failover settings.
    			applyFailoverPriorities(loadAssignment, wrappedLocalityLbEndpoints, proxyLabels, localityLB.FailoverPriority)
    			// If failover is expliciltly configured with failover priority, apply failover settings also.
    			if len(localityLB.Failover) != 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top