You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DRA: include SimulateEvictPod for scale down, language tweaks
As discussed on Slack, scale down must determine whether some currently
running pods could get moved. This simulation depends on simulating
deallocation, otherwise the allocated claim prevents moving pods.
-[Building a custom Cluster Autoscaler binary](#building-a-custom-cluster-autoscaler-binary)
117
117
-[kubelet](#kubelet)
118
118
-[Managing resources](#managing-resources)
@@ -1967,7 +1967,11 @@ the current cluster state. Then autoscaler determines whether a real or
1967
1967
fictional node fits a pod by calling the pre-filter and filter extension points
1968
1968
of scheduler plugins. If a pod fits a node, the snapshot is updated by calling
1969
1969
[NodeInfo.AddPod](https://github.com/kubernetes/kubernetes/blob/7e3c98fd303359cb9f79dfc691da733a6ca2a6e3/pkg/scheduler/framework/types.go#L620-L623). This
1970
-
influences further checks for other pending pods.
1970
+
influences further checks for other pending pods. During scale down, eviction
0 commit comments