Skip to content

Commit

Permalink
Merge pull request #77684 from tedyu/pre-empt
Browse files Browse the repository at this point in the history
Correct CriticalPodAdmissionHandler in godoc
  • Loading branch information
k8s-ci-robot committed May 12, 2019
2 parents c93ec31 + 0a9bf0d commit ace60e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/preemption/preemption.go
Expand Up @@ -35,7 +35,7 @@ import (

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
// 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:
Expand Down

0 comments on commit ace60e8

Please sign in to comment.