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

  1. Kubernetes has installed, if not check 🔗link
  2. Helm binary has installed, if not check 🔗link

Installation

  1. get helm repo and update

    helm repo add ay-helm-mirror https://aaronyang0628.github.io/helm-chart-mirror/charts
  2. install 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.10

    Or you can get template values.yaml from https://raw.githubusercontent.com/AaronYang0628/helm-chart-mirror/refs/heads/main/templates/slurm/slurm.values.yaml

  3. check chart status

    helm -n slurm list