mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
more sensible comment
This commit is contained in:
@@ -429,7 +429,8 @@ func (m *managerImpl) reclaimNodeLevelResources(signalToReclaim evictionapi.Sign
|
|||||||
observations, _ := makeSignalObservations(summary)
|
observations, _ := makeSignalObservations(summary)
|
||||||
debugLogObservations("observations after resource reclaim", observations)
|
debugLogObservations("observations after resource reclaim", observations)
|
||||||
|
|
||||||
// determine the set of thresholds met independent of grace period
|
// evaluate all thresholds independently of their grace period to see if with
|
||||||
|
// the new observations, we think we have met min reclaim goals
|
||||||
thresholds := thresholdsMet(m.config.Thresholds, observations, true)
|
thresholds := thresholdsMet(m.config.Thresholds, observations, true)
|
||||||
debugLogThresholdsWithObservation("thresholds after resource reclaim - ignoring grace period", thresholds, observations)
|
debugLogThresholdsWithObservation("thresholds after resource reclaim - ignoring grace period", thresholds, observations)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user