stable/k8s-spot-rescheduler/README.md
As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.
This chart installs the k8s-spot-rescheduler.
This chart is deprecated and no longer supported.
Spot rescheduler will reschedule pods that are already running on on-demand instances. Based on worker labels it will move pods to spot instances. It can work together with Cluster Autoscaler if you want to scale on-demand instances back to zero.
You should install this chart into the kube-system namespace:
helm install \
--namespace kube-system \
stable/k8s-spot-rescheduler
If your cluster has RBAC enabled, run this command:
helm install \
--namespace kube-system \
--set rbac.create=true \
stable/k8s-spot-rescheduler
Add the parameters to cmdOptions which you want to use. Here is the full list of available options.
| Parameter | Description | Default |
|---|---|---|
priorityClassName | priorityClassName | "" |