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
On our k8s v1.10 (configured without TaintBasedEvictions feature gate),
recent CA versions fails to consider dead nodes (unkown status) as
unschedulable. Likely Reason is newer CA versions relies on the
/unreachable taint (provided by TaintBasedEvictions) for the node to
be considered unschedulable.
Our best, middle term fix will be to enable TaintBasedEvictions feature
gate on 1.10 clusters. This will require a sufficient testing period, so
until then, this (hopefuly) temporary patch should cover the case.
0 commit comments