File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/ja/docs/tasks/manage-gpus Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454
5555### AMDのGPUデバイスプラグインをデプロイする {#deploying-amd-gpu-device-plugin}
5656
57- [AMD公式のGPUデバイスプラグイン](https://github.com/RadeonOpenCompute /k8s-device-plugin)には以下の要件があります。
57+ [AMD公式のGPUデバイスプラグイン](https://github.com/ROCm /k8s-device-plugin)には以下の要件があります。
5858
5959- Kubernetesのノードに、AMDのGPUのLinuxドライバーがあらかじめインストール済みでなければならない。
6060
6464kubectl create -f https://raw.githubusercontent.com/RadeonOpenCompute/k8s-device-plugin/v1.10/k8s-ds-amdgpu-dp.yaml
6565```
6666
67- このサードパーティーのデバイスプラグインに関する問題は、[ RadeonOpenCompute/k8s-device-plugin] ( https://github.com/RadeonOpenCompute /k8s-device-plugin ) で報告できます。
67+ このサードパーティーのデバイスプラグインに関する問題は、[ RadeonOpenCompute/k8s-device-plugin] ( https://github.com/ROCm /k8s-device-plugin ) で報告できます。
6868
6969### NVIDIAのGPUデバイスプラグインをデプロイする {#deploying-nvidia-gpu-device-plugin}
7070
@@ -123,7 +123,7 @@ kubectl label nodes <node-with-p100> accelerator=nvidia-tesla-p100
123123
124124## 自動的なNodeラベルの付加 {#node-labeller}
125125
126- AMDのGPUデバイスを使用している場合、[ Node Labeller] ( https://github.com/RadeonOpenCompute /k8s-device-plugin/tree/master/cmd/k8s-node-labeller ) をデプロイできます。Node Labellerは{{< glossary_tooltip text="コントローラー" term_id="controller" >}}の1種で、GPUデバイスのプロパティを持つノードに自動的にラベルを付けてくれます。
126+ AMDのGPUデバイスを使用している場合、[ Node Labeller] ( https://github.com/ROCm /k8s-device-plugin/tree/master/cmd/k8s-node-labeller ) をデプロイできます。Node Labellerは{{< glossary_tooltip text="コントローラー" term_id="controller" >}}の1種で、GPUデバイスのプロパティを持つノードに自動的にラベルを付けてくれます。
127127
128128現在は、このコントローラーは以下のプロパティに基づいてラベルを追加できます。
129129
You can’t perform that action at this time.
0 commit comments