Skip to main content
Version: v2.5.1

Online Installation from Helm (Recommended)

The best practice to deploy HAMi is using helm.

Add HAMi repo

You can add HAMi chart repository using the following command:

helm repo add hami-charts https://project-hami.github.io/HAMi/

Get your Kubernetes version

A Kubernetes version is required for proper installation. You can retrieve it using the following command:

kubectl version

Installation

Ensure the Kubernetes scheduler image version matches your Kubernetes server version. For instance, if your cluster server is v1.16.8, use the following command to deploy:

helm install hami hami-charts/hami --set scheduler.kubeScheduler.imageTag=v1.16.8 -n kube-system

Customize your installation by editing the configurations.

Verify your installation

You can verify your installation using the following command:

kubectl get pods -n kube-system

If both hami-device-plugin and hami-scheduler pods are in the Running state, your installation is successful.