Skip to content

Commit 245d406

Browse files
authored
Merge pull request #37391 from kinzhi/kinzhi221
[zh-cn]Update device-plugins.md
2 parents bd0da8c + a4bad32 commit 245d406

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,7 @@ service PodResourcesLister {
346346
<!--
347347
The `List` endpoint provides information on resources of running pods, with details such as the
348348
id of exclusively allocated CPUs, device id as it was reported by device plugins and id of
349-
the NUMA node where these devices are allocated. Also, for NUMA-based machines, it contains
350-
the information about memory and hugepages reserved for a container.
349+
the NUMA node where these devices are allocated. Also, for NUMA-based machines, it contains the information about memory and hugepages reserved for a container.
351350
-->
352351
这一 `List` 端点提供运行中 Pod 的资源信息,包括类似独占式分配的
353352
CPU ID、设备插件所报告的设备 ID 以及这些设备分配所处的 NUMA 节点 ID。
@@ -577,7 +576,7 @@ Here are some examples of device plugin implementations:
577576
* The [SocketCAN device plugin](https://github.com/collabora/k8s-socketcan)
578577
* The [Solarflare device plugin](https://github.com/vikaschoudhary16/sfc-device-plugin)
579578
* The [SR-IOV Network device plugin](https://github.com/intel/sriov-network-device-plugin)
580-
* The [Xilinx FPGA device plugins](https://github.com/Xilinx/FPGA_as_a_Service/tree/master/k8s-fpga-device-plugin) for Xilinx FPGA devices
579+
* The [Xilinx FPGA device plugins](https://github.com/Xilinx/FPGA_as_a_Service/tree/master/k8s-device-plugin) for Xilinx FPGA devices
581580
-->
582581
## 设备插件示例 {#examples}
583582

@@ -591,7 +590,7 @@ Here are some examples of device plugin implementations:
591590
* [SocketCAN 设备插件](https://github.com/collabora/k8s-socketcan)
592591
* [Solarflare 设备插件](https://github.com/vikaschoudhary16/sfc-device-plugin)
593592
* [SR-IOV 网络设备插件](https://github.com/intel/sriov-network-device-plugin)
594-
* [Xilinx FPGA 设备插件](https://github.com/Xilinx/FPGA_as_a_Service/tree/master/k8s-fpga-device-plugin)
593+
* [Xilinx FPGA 设备插件](https://github.com/Xilinx/FPGA_as_a_Service/tree/master/k8s-device-plugin)
595594

596595
## {{% heading "whatsnext" %}}
597596

0 commit comments

Comments
 (0)