Currently, Escalator only looks at the values inside the RequiredDuringSchedulingIgnoredDuringExecution NodeAffinity selection. It does not consider the matches selectors such as In, Equal, NotIn, NotEqual. Escalator should be updated to handle the logic for these selectors properly.
Currently, Escalator only looks at the
values
inside theRequiredDuringSchedulingIgnoredDuringExecution
NodeAffinity selection. It does not consider the matches selectors such asIn
,Equal
,NotIn
,NotEqual
. Escalator should be updated to handle the logic for these selectors properly.Ref: https://github.com/atlassian/escalator/blob/cbe8c672b3608d04494f1eaccd596eb4f9069365/pkg/controller/node_group.go#L211