diff --git a/README.md b/README.md index 804cbd5b1..1125e6e2f 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,12 @@ kubectl get pods -n kube-system If both `vgpu-device-plugin` and `vgpu-scheduler` pods are in the *Running* state, your installation is successful. You can try examples [here](https://github.com/Project-HAMi/HAMi/blob/newprofile/examples/nvidia/default_use.yaml) +### WebUI + +[HAMi-WebUI](https://github.com/Project-HAMi/HAMi-WebUI) is available after HAMi v2.4 + +For installation guide, click [here](https://github.com/Project-HAMi/HAMi-WebUI/blob/main/docs/installation/helm/index.md) + ### Monitor Monitoring is automatically enabled after installation. Obtain an overview of cluster information by visiting the following URL: diff --git a/README_cn.md b/README_cn.md index 2e069a1ef..c51442824 100644 --- a/README_cn.md +++ b/README_cn.md @@ -124,6 +124,12 @@ helm install hami hami-charts/hami --set scheduler.kubeScheduler.imageTag=v1.16. kubectl get pods -n kube-system ``` +### WebUI + +HAMi在2.4.0版本后支持了[HAMi-WebUI](https://github.com/Project-HAMi/HAMi-WebUI) + +有关具体的部署方式,点击[这里](https://github.com/Project-HAMi/HAMi-WebUI/blob/main/docs/installation/helm/index.md)获取 + ### 提交任务
任务样例