Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failMessage (0.1 sec)

  1. pkg/kubelet/kubelet.go

    			otherActivePods = append(otherActivePods, p)
    		}
    	}
    
    	if ok, failReason, failMessage := kl.canAdmitPod(otherActivePods, podCopy); !ok {
    		// Log reason and return. Let the next sync iteration retry the resize
    		klog.V(3).InfoS("Resize cannot be accommodated", "pod", podCopy.Name, "reason", failReason, "message", failMessage)
    		return false, podCopy, v1.PodResizeStatusDeferred
    	}
    
    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