Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PILOT_PREFER_SENDING_HBONE (0.15 sec)

  1. pilot/pkg/features/ambient.go

    		"PILOT_ENABLE_SIDECAR_LISTENING_HBONE",
    		true, false,
    		"If enabled, HBONE support can be configured for proxies.")
    
    	// Not required for ambient, so disabled by default
    	PreferHBONESend = registerAmbient(
    		"PILOT_PREFER_SENDING_HBONE",
    		false, false,
    		"If enabled, HBONE will be preferred when sending to destinations. ")
    
    	DefaultAllowFromWaypoint = registerAmbient(
    		"PILOT_AUTO_ALLOW_WAYPOINT_POLICY",
    		false, false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 00:02:56 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top