Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnknownReason (0.09 sec)

  1. pkg/kubelet/lifecycle/predicate.go

    			klog.InfoS("Failed to admit pod: GeneralPredicates failed due to unknown reason, which is unexpected", "pod", klog.KObj(admitPod))
    			return PodAdmitResult{
    				Admit:   fit,
    				Reason:  "UnknownReason",
    				Message: message,
    			}
    		}
    		// If there are failed predicates, we only return the first one as a reason.
    		r := reasons[0]
    		switch re := r.(type) {
    		case *PredicateFailureError:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 00:47:50 UTC 2023
    - 10.9K bytes
    - Viewed (0)
Back to top