Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for DRAINING (0.35 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/interface.go

    	// same value `X`.  If the QueuingConfig's DesiredNumQueues field
    	// is zero then the other queuing-specific config parameters are
    	// not changed, so that the queues continue draining as before.
    	// In any case, reconfiguration does not discard any queue unless
    	// and until it is undesired and empty.
    	BeginConfigChange(QueuingConfig) (QueueSetCompleter, error)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. pilot/cmd/pilot-agent/options/options.go

    	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,
    		"When set to true, the istio-agent will require an external SDS and will throw an error if the workload SDS socket is not found").Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top