Spot provisioning partition #1733
noahharrison64
started this conversation in
General
Replies: 1 comment
-
Hey @noahharrison64, I believe the link titled Many of our schedulers do support spot including Slurm V5, GKE, HTCondor, and PBS Pro. For example, with Slurm v5 you could create two partitions, one with spot and the other on-demand, with the following blueprint:
As you can see the spot behavior is configured on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've had support from the team here at hpc-toolkit on setting up an autoscaling cluster and now it's all up and running I've been thinking about how to minimise costs.
Is it possible to use spot instances in the sort of auto-scaling setup detailed here? It would be fantastic if it were possible to have 2 partitions, the first being on-demand instances and the other being spot instances. I've had a look this repo and saw that spot provisioning was added as a feature but I haven't found any documentation in the examples folder or elsewhere detailing how to go about achieving this.
If this feature is possible any advice on how to implement would be really appreciated.
Thanks,
Noah
Beta Was this translation helpful? Give feedback.
All reactions