Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for panStart (0.4 sec)

  1. pkg/kubelet/pod_workers.go

    		return ctx, update, canStart, canEverStart, true
    	case !canStart:
    		// this is the only path we don't start the pod, so we need to put the change back in pendingUpdate
    		status.pendingUpdate = &update.Options
    		status.working = false
    		klog.V(4).InfoS("Pod cannot start yet", "pod", klog.KObj(update.Options.Pod), "podUID", podUID)
    		return ctx, update, canStart, canEverStart, true
    	}
    
    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