Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EXIT_ON_ZERO_ACTIVE_CONNECTIONS (0.38 sec)

  1. releasenotes/notes/50596.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 50596
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 24 16:04:22 UTC 2024
    - 217 bytes
    - Viewed (0)
  2. pkg/model/proxy.go

    	EnvoyPrometheusPort int `json:"ENVOY_PROMETHEUS_PORT,omitempty"`
    
    	// ExitOnZeroActiveConnections terminates Envoy if there are no active connections if set.
    	ExitOnZeroActiveConnections StringBool `json:"EXIT_ON_ZERO_ACTIVE_CONNECTIONS,omitempty"`
    
    	// InboundListenerExactBalance sets connection balance config to use exact_balance for virtualInbound,
    	// as long as QUIC, since it uses UDP, isn't also used.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 17:18:17 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top