Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PILOT_ENABLE_EDS_FOR_HEADLESS_SERVICES (0.37 sec)

  1. pilot/pkg/features/xds.go

    		"PILOT_SIDECAR_USE_REMOTE_ADDRESS",
    		false,
    		"UseRemoteAddress sets useRemoteAddress to true for sidecar outbound listeners.",
    	).Get()
    
    	EnableEDSForHeadless = env.Register(
    		"PILOT_ENABLE_EDS_FOR_HEADLESS_SERVICES",
    		false,
    		"If enabled, for headless service in Kubernetes, pilot will send endpoints over EDS, "+
    			"allowing the sidecar to load balance among pods in the headless service. This feature "+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 24 06:18:36 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top