From 8e38d2aa5711970772a97526e7f83aa91819dac5 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 6 Jul 2026 11:16:26 +0800 Subject: [PATCH] docs: do not set the image of kubeScheduler when install Signed-off-by: james --- docs/get-started/deploy-with-helm.md | 9 +-------- .../version-v2.7.0/get-started/deploy-with-helm.md | 10 ++-------- .../version-v2.8.0/get-started/deploy-with-helm.md | 10 ++-------- .../version-v2.9.0/get-started/deploy-with-helm.md | 10 ++-------- .../version-v2.7.0/get-started/deploy-with-helm.md | 12 +----------- .../version-v2.8.0/get-started/deploy-with-helm.md | 9 +-------- .../version-v2.9.0/get-started/deploy-with-helm.md | 9 +-------- 7 files changed, 10 insertions(+), 59 deletions(-) diff --git a/docs/get-started/deploy-with-helm.md b/docs/get-started/deploy-with-helm.md index 8bcae683..dc54192c 100644 --- a/docs/get-started/deploy-with-helm.md +++ b/docs/get-started/deploy-with-helm.md @@ -109,14 +109,7 @@ Add the Helm repository: ```bash helm repo add hami-charts https://project-hami.github.io/HAMi/ helm repo update -``` - -During installation, set the Kubernetes scheduler image to match your cluster version. For example, if your cluster version is 1.29.0: - -```bash -helm install hami hami-charts/hami \ - --set scheduler.kubeScheduler.imageTag=v1.29.0 \ - -n kube-system +helm install hami hami-charts/hami -n kube-system ``` If successful, both `hami-device-plugin` and `hami-scheduler` pods should be in the `Running` state. diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v2.7.0/get-started/deploy-with-helm.md b/i18n/zh/docusaurus-plugin-content-docs/version-v2.7.0/get-started/deploy-with-helm.md index 7aa5ea89..a8654d05 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v2.7.0/get-started/deploy-with-helm.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v2.7.0/get-started/deploy-with-helm.md @@ -112,14 +112,8 @@ kubectl version ```bash helm repo add hami-charts https://project-hami.github.io/HAMi/ -``` - -安装时需设置 Kubernetes 调度器镜像版本与集群版本匹配。例如集群版本为 1.16.8 时,使用以下命令部署: - -```bash -helm install hami hami-charts/hami \ - --set scheduler.kubeScheduler.imageTag=v1.16.8 \ - -n kube-system +helm repo update +helm install hami hami-charts/hami -n kube-system ``` 若一切正常,可见 vgpu-device-plugin 和 vgpu-scheduler 的 Pod 均处于 Running 状态。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v2.8.0/get-started/deploy-with-helm.md b/i18n/zh/docusaurus-plugin-content-docs/version-v2.8.0/get-started/deploy-with-helm.md index 7aa5ea89..a8654d05 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v2.8.0/get-started/deploy-with-helm.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v2.8.0/get-started/deploy-with-helm.md @@ -112,14 +112,8 @@ kubectl version ```bash helm repo add hami-charts https://project-hami.github.io/HAMi/ -``` - -安装时需设置 Kubernetes 调度器镜像版本与集群版本匹配。例如集群版本为 1.16.8 时,使用以下命令部署: - -```bash -helm install hami hami-charts/hami \ - --set scheduler.kubeScheduler.imageTag=v1.16.8 \ - -n kube-system +helm repo update +helm install hami hami-charts/hami -n kube-system ``` 若一切正常,可见 vgpu-device-plugin 和 vgpu-scheduler 的 Pod 均处于 Running 状态。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v2.9.0/get-started/deploy-with-helm.md b/i18n/zh/docusaurus-plugin-content-docs/version-v2.9.0/get-started/deploy-with-helm.md index 349f72a5..b6089dfa 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v2.9.0/get-started/deploy-with-helm.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v2.9.0/get-started/deploy-with-helm.md @@ -108,14 +108,8 @@ kubectl version ```bash helm repo add hami-charts https://project-hami.github.io/HAMi/ -``` - -安装时需设置 Kubernetes 调度器镜像版本与集群版本匹配。例如集群版本为 1.16.8 时,使用以下命令部署: - -```bash -helm install hami hami-charts/hami \ - --set scheduler.kubeScheduler.imageTag=v1.16.8 \ - -n kube-system +helm repo update +helm install hami hami-charts/hami -n kube-system ``` 若一切正常,可见 vgpu-device-plugin 和 vgpu-scheduler 的 Pod 均处于 Running 状态。 diff --git a/versioned_docs/version-v2.7.0/get-started/deploy-with-helm.md b/versioned_docs/version-v2.7.0/get-started/deploy-with-helm.md index f09538fe..ff20c18e 100644 --- a/versioned_docs/version-v2.7.0/get-started/deploy-with-helm.md +++ b/versioned_docs/version-v2.7.0/get-started/deploy-with-helm.md @@ -118,18 +118,8 @@ Then, add the HAMi repo in helm ```bash helm repo add hami-charts https://project-hami.github.io/HAMi/ helm repo update +helm install hami hami-charts/hami -n kube-system ``` - -During installation, set the Kubernetes scheduler image version to match your -Kubernetes server version. For instance, if your cluster server version is -1.16.8, use the following command for deployment: - -```bash -helm install hami hami-charts/hami \ - --set scheduler.kubeScheduler.imageTag=v1.16.8 \ - -n kube-system -``` - If everything goes well, you will see both vgpu-device-plugin and vgpu-scheduler pods are in the Running state ### Demo {#demo} diff --git a/versioned_docs/version-v2.8.0/get-started/deploy-with-helm.md b/versioned_docs/version-v2.8.0/get-started/deploy-with-helm.md index 9a554186..2f878dce 100644 --- a/versioned_docs/version-v2.8.0/get-started/deploy-with-helm.md +++ b/versioned_docs/version-v2.8.0/get-started/deploy-with-helm.md @@ -109,14 +109,7 @@ Add the Helm repository: ```bash helm repo add hami-charts https://project-hami.github.io/HAMi/ helm repo update -``` - -During installation, set the Kubernetes scheduler image to match your cluster version. For example, if your cluster version is 1.29.0: - -```bash -helm install hami hami-charts/hami \ - --set scheduler.kubeScheduler.imageTag=v1.29.0 \ - -n kube-system +helm install hami hami-charts/hami -n kube-system ``` If successful, both `hami-device-plugin` and `hami-scheduler` pods should be in the `Running` state. diff --git a/versioned_docs/version-v2.9.0/get-started/deploy-with-helm.md b/versioned_docs/version-v2.9.0/get-started/deploy-with-helm.md index 9a554186..2f878dce 100644 --- a/versioned_docs/version-v2.9.0/get-started/deploy-with-helm.md +++ b/versioned_docs/version-v2.9.0/get-started/deploy-with-helm.md @@ -109,14 +109,7 @@ Add the Helm repository: ```bash helm repo add hami-charts https://project-hami.github.io/HAMi/ helm repo update -``` - -During installation, set the Kubernetes scheduler image to match your cluster version. For example, if your cluster version is 1.29.0: - -```bash -helm install hami hami-charts/hami \ - --set scheduler.kubeScheduler.imageTag=v1.29.0 \ - -n kube-system +helm install hami hami-charts/hami -n kube-system ``` If successful, both `hami-device-plugin` and `hami-scheduler` pods should be in the `Running` state.