Skip to main content
Version: v2.8.0

Online Installation from Helm (Recommended)

The recommended way to deploy HAMi is via 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 your Kubernetes server version with:

kubectl version --short

Installation​

Ensure the scheduler.kubeScheduler.imageTag 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.

CNCFHAMi is a CNCF Sandbox project