mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Correct CriticalPodAdmissionHandler in godoc
This commit is contained in:
parent
22b6c69983
commit
0a9bf0d05e
@ -35,7 +35,7 @@ import (
|
|||||||
|
|
||||||
const message = "Preempted in order to admit critical pod"
|
const message = "Preempted in order to admit critical pod"
|
||||||
|
|
||||||
// CriticalPodAdmissionFailureHandler is an AdmissionFailureHandler that handles admission failure for Critical Pods.
|
// CriticalPodAdmissionHandler is an AdmissionFailureHandler that handles admission failure for Critical Pods.
|
||||||
// If the ONLY admission failures are due to insufficient resources, then CriticalPodAdmissionHandler evicts pods
|
// If the ONLY admission failures are due to insufficient resources, then CriticalPodAdmissionHandler evicts pods
|
||||||
// so that the critical pod can be admitted. For evictions, the CriticalPodAdmissionHandler evicts a set of pods that
|
// so that the critical pod can be admitted. For evictions, the CriticalPodAdmissionHandler evicts a set of pods that
|
||||||
// frees up the required resource requests. The set of pods is designed to minimize impact, and is prioritized according to the ordering:
|
// frees up the required resource requests. The set of pods is designed to minimize impact, and is prioritized according to the ordering:
|
||||||
|
Loading…
Reference in New Issue
Block a user