Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowStaticPodStart (0.13 sec)

  1. pkg/kubelet/pod_workers.go

    	}
    	if status.IsTerminationRequested() {
    		return false, false
    	}
    	if !p.allowStaticPodStart(status.fullname, pod.UID) {
    		p.workQueue.Enqueue(pod.UID, wait.Jitter(p.backOffPeriod, workerBackOffPeriodJitterFactor))
    		return false, true
    	}
    	return true, true
    }
    
    // allowStaticPodStart tries to start the static pod and returns true if
    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