File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,10 @@ Kubernetes cluster to a healthy state. The following remedy systems exist:
248
248
to automatically terminate drained nodes. Refer to
249
249
[ this issue] ( https://github.com/kubernetes/node-problem-detector/issues/199 )
250
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.
251
255
252
256
# Testing
253
257
You can’t perform that action at this time.
0 commit comments