Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PILOT_ALLOW_SIDECAR_SERVICE_INBOUND_LISTENER_MERGE (0.56 sec)

  1. releasenotes/notes/41018.yaml

    issue:
      - 40919
    
    releaseNotes:
      - |
        **Added** Allow creating inbound listeners for service ports and sidecar
        and ingress listener both using environment variable
        PILOT_ALLOW_SIDECAR_SERVICE_INBOUND_LISTENER_MERGE.
        This way traffic for service port is not sent via pass-through tcp even
        though its regular http traffic when sidecar ingress listener is defined.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 17 15:54:10 UTC 2022
    - 565 bytes
    - Viewed (0)
  2. pilot/pkg/features/experimental.go

    			"If false, it assumes that only one instance of istiod is running and skips leader election.").Get()
    
    	EnableSidecarServiceInboundListenerMerge = env.Register(
    		"PILOT_ALLOW_SIDECAR_SERVICE_INBOUND_LISTENER_MERGE",
    		false,
    		"If set, it allows creating inbound listeners for service ports and sidecar ingress listeners ",
    	).Get()
    
    	EnableDualStack = env.RegisterBoolVar("ISTIO_DUAL_STACK", false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top