Slurm On K8S
Trying to run slurm cluster on kubernets
Install
You can directly use helm to manage this slurm chart
helm repo add ay-helm-mirror https://aaronyang0628.github.io/helm-chart-mirror/charts
helm install slurm ay-helm-mirror/slurm --version 1.0.4
And then, you should see something like this
Also, you can modify the values.yaml by yourself, and reinstall the slurm cluster
helm upgrade --create-namespace -n slurm --install -f ./values.yaml slurm ay-helm-mirror/slurm --version=1.0.4
Important
And you even can build your own image, especially for people wanna use their own libs. For now, the image we used is
login –> docker.io/aaron666/slurm-login:intel-mpi
slurmd –> docker.io/aaron666/slurm-slurmd:intel-mpi
slurmctld -> docker.io/aaron666/slurm-slurmctld:latest
slurmdbd –> docker.io/aaron666/slurm-slurmdbd:latest
munged –> docker.io/aaron666/slurm-munged:latest