Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canRunPod (0.08 sec)

  1. pkg/kubelet/kubelet.go

    	// as termination (we want to stop the pod, but potentially restart it later if soft admission allows
    	// it later). Set the status and phase appropriately
    	runnable := kl.canRunPod(pod)
    	if !runnable.Admit {
    		// Pod is not runnable; and update the Pod and Container statuses to why.
    		if apiPodStatus.Phase != v1.PodFailed && apiPodStatus.Phase != v1.PodSucceeded {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top