Merge pull request #48022 from philipsabri/update-rocm
Update links for AMD GPU device pluginpull/48062/head
commit
bf3b6d4b4a
|
@ -23,7 +23,7 @@ the `Registration` gRPC service served by kubelet to register itself with kubele
|
|||
Please refer to the documentation for an [example](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#example-pod) on how a pod can request a device exposed to the cluster by a device plugin.
|
||||
|
||||
Here are some example implementations of device plugins:
|
||||
- [AMD GPU device plugin](https://github.com/RadeonOpenCompute/k8s-device-plugin)
|
||||
- [AMD GPU device plugin](https://github.com/ROCm/k8s-device-plugin)
|
||||
- [Collection of Intel device plugins for Kubernetes](https://github.com/intel/intel-device-plugins-for-kubernetes)
|
||||
- [NVIDIA device plugin for Kubernetes](https://github.com/NVIDIA/k8s-device-plugin)
|
||||
- [SRIOV network device plugin for Kubernetes](https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin)
|
||||
|
|
|
@ -29,7 +29,7 @@ As an administrator, you have to install GPU drivers from the corresponding
|
|||
hardware vendor on the nodes and run the corresponding device plugin from the
|
||||
GPU vendor. Here are some links to vendors' instructions:
|
||||
|
||||
* [AMD](https://github.com/RadeonOpenCompute/k8s-device-plugin#deployment)
|
||||
* [AMD](https://github.com/ROCm/k8s-device-plugin#deployment)
|
||||
* [Intel](https://intel.github.io/intel-device-plugins-for-kubernetes/cmd/gpu_plugin/README.html)
|
||||
* [NVIDIA](https://github.com/NVIDIA/k8s-device-plugin#quick-start)
|
||||
|
||||
|
|
Loading…
Reference in New Issue