Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PILOT_ENABLE_AMBIENT_WAYPOINTS (1.06 sec)

  1. tests/integration/iop-wds.yaml

    metadata:
      name: install
    spec:
      meshConfig:
        defaultConfig:
          proxyMetadata:
            PEER_METADATA_DISCOVERY: "true"
      values:
        pilot:
          env:
            PILOT_ENABLE_AMBIENT: "true"
            PILOT_ENABLE_AMBIENT_WAYPOINTS: "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 398 bytes
    - Viewed (1)
  2. pilot/pkg/features/ambient.go

    		false,
    		"If enabled, ambient mode can be used. Individual flags configure fine grained enablement; this must be enabled for any ambient functionality.").Get()
    
    	EnableAmbientWaypoints = registerAmbient("PILOT_ENABLE_AMBIENT_WAYPOINTS",
    		true, false,
    		"If enabled, controllers required for ambient will run. This is required to run ambient mesh.")
    
    	EnableHBONESend = registerAmbient(
    		"PILOT_ENABLE_SENDING_HBONE",
    		true, 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