We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab5ea72 + f603f26 commit c709314Copy full SHA for c709314
README.md
@@ -248,6 +248,10 @@ Kubernetes cluster to a healthy state. The following remedy systems exist:
248
to automatically terminate drained nodes. Refer to
249
[this issue](https://github.com/kubernetes/node-problem-detector/issues/199)
250
for an example production use case for Draino.
251
+* [**Descheduler**](https://github.com/kubernetes-sigs/descheduler) strategy RemovePodsViolatingNodeTaints
252
+ evicts pods violating NoSchedule taints on nodes. The k8s scheduler's TaintNodesByCondition feature must
253
+ be enabled. The [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler)
254
+ can be used to automatically terminate drained nodes.
255
256
# Testing
257
0 commit comments