Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for binaryPath (0.62 sec)

  1. pkg/istio-agent/agent.go

    		}
    		a.envoyOpts.ConfigPath = out
    		a.envoyOpts.ConfigCleanup = true
    	}
    
    	// Back-fill envoy options from proxy config options
    	a.envoyOpts.BinaryPath = a.proxyConfig.BinaryPath
    	a.envoyOpts.AdminPort = a.proxyConfig.ProxyAdminPort
    	a.envoyOpts.DrainDuration = a.proxyConfig.DrainDuration
    	a.envoyOpts.Concurrency = a.proxyConfig.Concurrency.GetValue()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
Back to top