Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podWorkerLoop (0.09 sec)

  1. pkg/kubelet/pod_workers.go

    			// TODO: this should be a wait.Until with backoff to handle panics, and
    			// accept a context for shutdown
    			defer runtime.HandleCrash()
    			defer klog.V(3).InfoS("Pod worker has stopped", "podUID", uid)
    			p.podWorkerLoop(uid, outCh)
    		}()
    	}
    
    	// measure the maximum latency between a call to UpdatePod and when the pod worker reacts to it
    	// by preserving the oldest StartTime
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
Back to top