Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 81 of 81 for Pid (0.02 sec)

  1. pilot/cmd/pilot-agent/status/server.go

    				return
    			default:
    				// If the server errors then pilot-agent can never pass readiness or liveness probes
    				// Therefore, trigger graceful termination by sending SIGTERM to the binary pid
    				notifyExit()
    			}
    		}
    	}()
    
    	// Wait for the agent to be shut down.
    	<-ctx.Done()
    	log.Info("Status server has successfully terminated")
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 31.1K bytes
    - Viewed (1)
Back to top