Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for probeTickerPeriod (0.24 sec)

  1. pkg/kubelet/prober/worker.go

    func (w *worker) run() {
    	ctx := context.Background()
    	probeTickerPeriod := time.Duration(w.spec.PeriodSeconds) * time.Second
    
    	// If kubelet restarted the probes could be started in rapid succession.
    	// Let the worker wait for a random portion of tickerPeriod before probing.
    	// Do it only if the kubelet has started recently.
    	if probeTickerPeriod > time.Since(w.probeManager.start) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 27 01:28:06 UTC 2023
    - 10.7K bytes
    - Viewed (0)
Back to top