staroids / community

Staroid is a cloud platform for open-source project that funds developers.
https://staroid.com
9 stars 1 forks source link

Support Spot instance #9

Closed staroider closed 4 years ago

staroider commented 4 years ago

Some fault tolerant workload can be run on Spot instance to save the cost. We're planning to let each individual pod add a Label to indicate if they want run on Spot instance.

staroider commented 4 years ago

Spot instance support is released. Adding a label pod.staroid.com/spot: false to the pod will locate pod on Spot instance.

See https://docs.staroid.com/ske/pod.html#pod for more details.