IBM-Cloud / hpc-cluster-slurm

Apache License 2.0
1 stars 5 forks source link

support clusters with 2 worker nodes #10

Open etorgersen opened 1 month ago

etorgersen commented 1 month ago

We would like to deploy a cluster with 2 worker nodes. Currently the variables.tf enforces at least 3 worker nodes in the config.

go-davidng commented 1 month ago

@etorgersen Thanks for raising this. The min of 3 was enforced due to integration with Scale support. We are looking into this and will get back to you.

go-davidng commented 1 month ago

Hi @etorgersen just pushed the changes to allow < 3 worker nodes. < 3 is only available with non-Scale storage deployment. Please pull the latest.