Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for completeTerminatingRuntimePod (0.18 sec)

  1. pkg/kubelet/pod_workers.go

    			return
    
    		case update.WorkType == TerminatingPod:
    			// pods that don't exist in config don't need to be terminated, other loops will clean them up
    			if update.Options.RunningPod != nil {
    				p.completeTerminatingRuntimePod(podUID)
    				if start := update.Options.StartTime; !start.IsZero() {
    					metrics.PodWorkerDuration.WithLabelValues(update.Options.UpdateType.String()).Observe(metrics.SinceInSeconds(start))
    				}
    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