forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster-autoscaler/dead-nodes: (temp) emulate TaintBasedEvictions
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.
- Loading branch information
Showing
1 changed file
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters