Skip to content

Commit

Permalink
fix typos (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: frezes <[email protected]>
  • Loading branch information
frezes authored Oct 11, 2024
1 parent 90d78e9 commit efc595c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion whizard-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Many pages under clusters, workspaces, and projects, such as the Overview page,
>
> 2. If you are using the built-in `dcgm-exporter` on top of the `gpu-operator` deployment, please use `helm` to update or redeploy `gpu-operator` and add the `--set dcgmExporter.enabled=false` parameter. Set the `dcgmExporter.enabled` configuration in the `extension components` to `true` to enable the built-in installation.

Modify the `Extension Config` and set `whizard-monitoring-helper.enabledGPUMonitoring.enabled` and `dcgmExporter.enabled` to `true`. Save and update the configuration, then start the installation.
Modify the `Extension Config` and set `whizard-monitoring-helper.gpuMonitoringHelper.enabled` and `dcgmExporter.enabled` to `true`. Save and update the configuration, then start the installation.

```yaml
whizard-monitoring-helper:
Expand Down
2 changes: 1 addition & 1 deletion whizard-monitoring/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
>
> 2. 如果您计划使用本扩展组件内置的`dcgm-exporter`,需设置`扩展组件配置``dcgmExporter.enabled``true`。如果您已经安装了 `gpu-operator` ,请在启用本扩展组件内置的`dcgm-exporter` 之前,使用 `helm` 更新 `gpu-operator` 并增加 `--set dcgmExporter.enabled=false` 参数以确保不启动 `gpu-operator` 自带的`dcgm-exporter`

修改 `扩展组件配置`,将 `whizard-monitoring-helper.enabledGPUMonitoring.enabled``dcgmExporter.enabled` 设置为 `true`,保存并更新配置,开始安装。
修改 `扩展组件配置`,将 `whizard-monitoring-helper.gpuMonitoringHelper.enabled``dcgmExporter.enabled` 设置为 `true`,保存并更新配置,开始安装。

```yaml
whizard-monitoring-helper:
Expand Down

0 comments on commit efc595c

Please sign in to comment.