pusher / k8s-spot-rescheduler

Tries to move K8s Pods from on-demand to spot instances
Apache License 2.0
311 stars 42 forks source link

Helm chart #44

Closed bhack closed 6 years ago

bhack commented 6 years ago

Do you plan to contribute an official Helm chart in https://github.com/kubernetes/charts?

komljen commented 6 years ago

I'm testing this rescheduler and started to work on a Helm chart.

wonderhoss commented 6 years ago

Since we do not use Helm internally, it is unlikely we will provide an official Helm chart, but please do feel free to contribute one if you think it's valuable.

komljen commented 6 years ago

I created a Helm chart and sent a pull request https://github.com/kubernetes/charts/pull/4826

komljen commented 6 years ago

The chart is merged, so this issue can be closed.

wonderhoss commented 6 years ago

@komljen Thank you very much