Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hasExt (0.07 sec)

  1. pkg/kubelet/kubelet_pods.go

    	// Pod workers periodically write status to statusManager. If status is not
    	// cached there, something is wrong (or kubelet just restarted and hasn't
    	// caught up yet). Just assume the pod is not ready yet.
    	name, namespace, err := kubecontainer.ParsePodFullName(podFullName)
    	if err != nil {
    		return fmt.Errorf("unable to parse pod full name %q: %v", podFullName, err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    		// for termination by another part of the kubelet. If the pod is already
    		// using resources (previously admitted), the pod worker is going to be
    		// shutting it down. If the pod hasn't started yet, we know that when
    		// the pod worker is invoked it will also avoid setting up the pod, so
    		// we simply avoid doing any work.
    		if !kl.podWorkers.IsPodTerminationRequested(pod.UID) {
    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