Version: v2.6.0
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.