File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/zh-cn/docs/tasks/manage-gpus Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ AMD 和 NVIDIA GPU(图形处理单元),目前处于**稳定**状态。
33
33
<!--
34
34
## Using device plugins
35
35
36
- Kubernetes implements device-plugin to let Pods access specialized hardware features such as GPUs.
36
+ Kubernetes implements device plugins to let Pods access specialized hardware features such as GPUs.
37
37
-->
38
38
## 使用设备插件 {#using-device-plugins}
39
39
@@ -140,7 +140,8 @@ If you're using AMD GPU devices, you can deploy
140
140
Node Labeller is a {{< glossary_tooltip text="controller" term_id="controller" >}} that automatically
141
141
labels your nodes with GPU device properties.
142
142
143
- At the moment, that controller can add labels for:
143
+ Similar functionality for NVIDIA is provided by
144
+ [GPU feature discovery](https://github.com/NVIDIA/gpu-feature-discovery/blob/main/README.md).
144
145
-->
145
146
如果你在使用 AMD GPU,你可以部署
146
147
[ Node Labeller] ( https://github.com/RadeonOpenCompute/k8s-device-plugin/tree/master/cmd/k8s-node-labeller ) ,
You can’t perform that action at this time.
0 commit comments