mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Scheduler does not place pods on nodes that have disk pressure
This commit is contained in:
@@ -151,6 +151,9 @@ func defaultPredicates() sets.String {
|
||||
|
||||
// Fit is determined by node memory pressure condition.
|
||||
factory.RegisterFitPredicate("CheckNodeMemoryPressure", predicates.CheckNodeMemoryPressurePredicate),
|
||||
|
||||
// Fit is determined by node disk pressure condition.
|
||||
factory.RegisterFitPredicate("CheckNodeDiskPressure", predicates.CheckNodeDiskPressurePredicate),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user