You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,8 +346,7 @@ service PodResourcesLister {
346
346
<!--
347
347
The `List` endpoint provides information on resources of running pods, with details such as the
348
348
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.
351
350
-->
352
351
这一 `List` 端点提供运行中 Pod 的资源信息,包括类似独占式分配的
353
352
CPU ID、设备插件所报告的设备 ID 以及这些设备分配所处的 NUMA 节点 ID。
@@ -577,7 +576,7 @@ Here are some examples of device plugin implementations:
577
576
* The [SocketCAN device plugin](https://github.com/collabora/k8s-socketcan)
578
577
* The [Solarflare device plugin](https://github.com/vikaschoudhary16/sfc-device-plugin)
579
578
* 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
581
580
-->
582
581
## 设备插件示例 {#examples}
583
582
@@ -591,7 +590,7 @@ Here are some examples of device plugin implementations:
0 commit comments