We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c93ec31 + 0a9bf0d commit ace60e8Copy full SHA for ace60e8
pkg/kubelet/preemption/preemption.go
@@ -35,7 +35,7 @@ import (
35
36
const message = "Preempted in order to admit critical pod"
37
38
-// CriticalPodAdmissionFailureHandler is an AdmissionFailureHandler that handles admission failure for Critical Pods.
+// CriticalPodAdmissionHandler is an AdmissionFailureHandler that handles admission failure for Critical Pods.
39
// If the ONLY admission failures are due to insufficient resources, then CriticalPodAdmissionHandler evicts pods
40
// so that the critical pod can be admitted. For evictions, the CriticalPodAdmissionHandler evicts a set of pods that
41
// frees up the required resource requests. The set of pods is designed to minimize impact, and is prioritized according to the ordering:
0 commit comments