Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MINIMUM_DRAIN_DURATION (0.13 sec)

  1. pilot/cmd/pilot-agent/options/options.go

    		"Override the ServerName used to validate Istiod certificate. "+
    			"Can be used as an alternative to setting /etc/hosts for VMs - discovery address will be an IP:port")
    
    	minimumDrainDurationEnv = env.Register("MINIMUM_DRAIN_DURATION",
    		5*time.Second,
    		"The minimum duration for which agent waits before it checks for active connections and terminates proxy "+
    			"when number of active connections become zero").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