Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for EXIT_ON_ZERO_ACTIVE_CONNECTIONS (0.41 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. releasenotes/notes/35059.yaml

                  instead of waiting for entire drain duration. This is disabled by default and can be enabled by setting
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 08 06:31:19 UTC 2021
    - 396 bytes
    - Viewed (0)
  3. pilot/cmd/pilot-agent/options/options.go

    		"The minimum duration for which agent waits before it checks for active connections and terminates proxy "+
    			"when number of active connections become zero").Get()
    
    	exitOnZeroActiveConnectionsEnv = env.Register("EXIT_ON_ZERO_ACTIVE_CONNECTIONS",
    		false,
    		"When set to true, terminates proxy when number of active connections become zero during draining").Get()
    
    	useExternalWorkloadSDSEnv = env.Register("USE_EXTERNAL_WORKLOAD_SDS", false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. 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