Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WaitForSigterm (0.21 sec)

  1. pkg/istio-agent/agent.go

    func (a *Agent) EnvoyDisabled() bool {
    	return a.envoyOpts.TestOnly || a.cfg.DisableEnvoy
    }
    
    // WaitForSigterm if true indicates calling Run will block until SIGTERM or SIGNT is received.
    func (a *Agent) WaitForSigterm() bool {
    	return a.EnvoyDisabled() && !a.envoyOpts.TestOnly
    }
    
    func (a *Agent) generateNodeMetadata() (*model.Node, error) {
    	var pilotSAN []string
    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