Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PILOT_ENABLE_ROUTE_COLLAPSE_OPTIMIZATION (0.27 sec)

  1. releasenotes/notes/route-collapse.yaml

        This means that a Envoy Filter previously matching a specific virtual host may now apply to more domains than in previous releases.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 02 16:10:04 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  2. pilot/pkg/features/pilot.go

    	EnableEnvoyFilterMetrics = env.Register("PILOT_ENVOY_FILTER_STATS", false,
    		"If true, Pilot will collect metrics for envoy filter operations.").Get()
    
    	EnableRouteCollapse = env.Register("PILOT_ENABLE_ROUTE_COLLAPSE_OPTIMIZATION", true,
    		"If true, Pilot will merge virtual hosts with the same routes into a single virtual host, as an optimization.").Get()
    
    	MulticlusterHeadlessEnabled = env.Register("ENABLE_MULTICLUSTER_HEADLESS", true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top