Skip to content

Commit

Permalink
Merge pull request #4259 from spidernet-io/feature/rdma
Browse files Browse the repository at this point in the history
Add RDMA ref in AI scene doc.
  • Loading branch information
weizhoublue authored Nov 4, 2024
2 parents 11535ca + 5096553 commit 364fb54
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/usage/install/ai/get-started-macvlan-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@
helm install spiderpool spiderpool/spiderpool -n spiderpool --set rdma.rdmaSharedDevicePlugin.install=true
```

> 如果您是中国用户,可以指定参数 `--set global.imageRegistryOverride=ghcr.m.daocloud.io` 来使用国内的镜像源。
> - 如果您是中国用户,可以指定参数 `--set global.imageRegistryOverride=ghcr.m.daocloud.io` 来使用国内的镜像源。
> - 设置 `--set spiderpoolAgent.prometheus.enabled --set spiderpoolAgent.prometheus.enabledRdmaMetric=true``--set grafanaDashboard.install=true` 命令行参数可以开启 RDMA metrics exporter 和 Grafana dashboard,更多可以查看 [RDMA metrics](../../rdma-metrics.md).


完成后,安装的组件如下

Expand Down
3 changes: 2 additions & 1 deletion docs/usage/install/ai/get-started-macvlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ The network planning for the cluster is as follows:
helm install spiderpool spiderpool/spiderpool -n spiderpool --set rdma.rdmaSharedDevicePlugin.install=true
```

> If you are a user in China, you can specify the helm option `--set global.imageRegistryOverride=ghcr.m.daocloud.io` to use a domestic image source.
> - If you are a user in China, you can specify the helm option `--set global.imageRegistryOverride=ghcr.m.daocloud.io` to use a domestic image source.
> - Set `--set spiderpoolAgent.prometheus.enabled --set spiderpoolAgent.prometheus.enabledRdmaMetric=true` and `--set grafanaDashboard.install=true` flag to enable the RDMA metrics exporter and Grafana dashboard. Refer to [RDMA metrics](../../rdma-metrics.md).

After completion, the installed components are as follows:

Expand Down
3 changes: 2 additions & 1 deletion docs/usage/install/ai/get-started-sriov-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ Spiderpool 使用了 [sriov-network-operator](https://github.com/k8snetworkplumb
helm install spiderpool spiderpool/spiderpool -n spiderpool --set sriov.install=true
```

> 如果您是中国用户,可以指定参数 `--set global.imageRegistryOverride=ghcr.m.daocloud.io` 来使用国内的镜像源。
> - 如果您是中国用户,可以指定参数 `--set global.imageRegistryOverride=ghcr.m.daocloud.io` 来使用国内的镜像源。
> - 设置 `--set spiderpoolAgent.prometheus.enabled --set spiderpoolAgent.prometheus.enabledRdmaMetric=true``--set grafanaDashboard.install=true` 命令行参数可以开启 RDMA metrics exporter 和 Grafana dashboard,更多可以查看 [RDMA metrics](../../rdma-metrics.md).

完成后,安装的组件如下

Expand Down
1 change: 1 addition & 0 deletions docs/usage/install/ai/get-started-sriov.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ To simplify the complexity of configuring multiple network cards for AI applicat
> - By default, the webhook automatic injection of network resources feature is disabled and needs to be manually enabled by the user.
> - You can specify namespaces to exclude from injection using `spiderpoolController.podResourceInject.namespacesExclude`, and specify namespaces to include for injection using `spiderpoolController.podResourceInject.namespacesInclude`.
> - After installing Spiderpool, you can update the configuration by modifying the podResourceInject field in the spiderpool-config configMap.
> - Set `--set spiderpoolAgent.prometheus.enabled --set spiderpoolAgent.prometheus.enabledRdmaMetric=true` and `--set grafanaDashboard.install=true` flag to enable the RDMA metrics exporter and Grafana dashboard. Refer to [RDMA metrics](../../rdma-metrics.md).
2. Create SpiderMultusConfig and specify labels, and configure RDMA-related settings:
Expand Down

0 comments on commit 364fb54

Please sign in to comment.