Skip to content

Commit 4762c8d

Browse files
authored
Merge pull request #35672 from yanrongshi/zh-cn]-update-compute-storage-net/network-plugins.md
[zh-cn]Update device-plugins.md
2 parents dbd890e + a7aed61 commit 4762c8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,9 @@ gRPC 服务通过 `/var/lib/kubelet/pod-resources/kubelet.sock` 的 UNIX 套接
513513
从 Kubernetes 1.15 开始默认启用,自从 Kubernetes 1.20 开始为 v1。
514514

515515
<!--
516-
## Device Plugin integration with the Topology Manager
517-
518-
{{< feature-state for_k8s_version="v1.17" state="alpha" >}}
516+
## Device plugin integration with the Topology Manager
519517
518+
{{< feature-state for_k8s_version="v1.18" state="beta" >}}
520519
521520
The Topology Manager is a Kubelet component that allows resources to be co-ordinated in a Topology aligned manner. In order to do this, the Device Plugin API was extended to include a `TopologyInfo` struct.
522521
-->
@@ -566,10 +565,11 @@ pluginapi.Device{ID: "25102017", Health: pluginapi.Healthy, Topology:&pluginapi.
566565
Here are some examples of device plugin implementations:
567566
568567
* The [AMD GPU device plugin](https://github.com/RadeonOpenCompute/k8s-device-plugin)
569-
* The [Intel device plugins](https://github.com/intel/intel-device-plugins-for-kubernetes) for Intel GPU, FPGA and QuickAssist devices
568+
* The [Intel device plugins](https://github.com/intel/intel-device-plugins-for-kubernetes) for Intel GPU, FPGA, QAT, VPU, SGX, DSA, DLB and IAA devices
570569
* The [KubeVirt device plugins](https://github.com/kubevirt/kubernetes-device-plugins) for hardware-assisted virtualization
571570
* The [NVIDIA GPU device plugin for Container-Optimized OS](https://github.com/GoogleCloudPlatform/container-engine-accelerators/tree/master/cmd/nvidia_gpu)
572571
* The [RDMA device plugin](https://github.com/hustcat/k8s-rdma-device-plugin)
572+
* The [SocketCAN device plugin](https://github.com/collabora/k8s-socketcan)
573573
* The [Solarflare device plugin](https://github.com/vikaschoudhary16/sfc-device-plugin)
574574
* The [SR-IOV Network device plugin](https://github.com/intel/sriov-network-device-plugin)
575575
* The [Xilinx FPGA device plugins](https://github.com/Xilinx/FPGA_as_a_Service/tree/master/k8s-fpga-device-plugin) for Xilinx FPGA devices
@@ -579,7 +579,7 @@ Here are some examples of device plugin implementations:
579579
下面是一些设备插件实现的示例:
580580

581581
* [AMD GPU 设备插件](https://github.com/RadeonOpenCompute/k8s-device-plugin)
582-
* [Intel 设备插件](https://github.com/intel/intel-device-plugins-for-kubernetes) 支持 Intel GPU、FPGA 和 QuickAssist 设备
582+
* [Intel 设备插件](https://github.com/intel/intel-device-plugins-for-kubernetes)支持 Intel GPU、FPGA、QAT、VPU、SGX、DSA、DLBIAA 设备
583583
* [KubeVirt 设备插件](https://github.com/kubevirt/kubernetes-device-plugins) 用于硬件辅助的虚拟化
584584
* [为 Container-Optimized OS 所提供的 NVIDIA GPU 设备插件](https://github.com/GoogleCloudPlatform/container-engine-accelerators/tree/master/cmd/nvidia_gpu)
585585
* [RDMA 设备插件](https://github.com/hustcat/k8s-rdma-device-plugin)

0 commit comments

Comments
 (0)