Install From Helm Chart
Despite the complex binary installation, helm chart is a better way to install slurm.
Source code could be found from https://github.com/AaronYang0628/slurm-on-k8s
Prequisites
Installation
get helm repo and update
helm repo add ay-helm-mirror https://aaronyang0628.github.io/helm-chart-mirror/chartsinstall slurm chart
# wget -O slurm.values.yaml https://raw.githubusercontent.com/AaronYang0628/slurm-on-k8s/refs/heads/main/chart/values.yaml helm install slurm ay-helm-mirror/chart -f slurm.values.yaml --version 1.0.10Or you can get template values.yaml from https://raw.githubusercontent.com/AaronYang0628/helm-chart-mirror/refs/heads/main/templates/slurm/slurm.values.yaml
check chart status
helm -n slurm list