Skip to content

Commit 0632982

Browse files
authored
Merge pull request #46391 from my-git9/pt-28609
[zh-cn] sync device-plugins.md disruptions.md
2 parents f0788f7 + 80f0300 commit 0632982

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ pluginapi.Device{ID: "25102017", Health: pluginapi.Healthy, Topology:&pluginapi.
830830
<!--
831831
Here are some examples of device plugin implementations:
832832
833+
* [Akri](https://github.com/project-akri/akri), which lets you easily expose heterogeneous leaf devices (such as IP cameras and USB devices).
833834
* The [AMD GPU device plugin](https://github.com/ROCm/k8s-device-plugin)
834835
* The [generic device plugin](https://github.com/squat/generic-device-plugin) for generic Linux devices and USB devices
835836
* The [Intel device plugins](https://github.com/intel/intel-device-plugins-for-kubernetes) for
@@ -845,6 +846,7 @@ Here are some examples of device plugin implementations:
845846
-->
846847
下面是一些设备插件实现的示例:
847848

849+
* [Akri](https://github.com/project-akri/akri),它可以让你轻松公开异构叶子设备(例如 IP 摄像机和 USB 设备)。
848850
* [AMD GPU 设备插件](https://github.com/ROCm/k8s-device-plugin)
849851
* 适用于通用 Linux 设备和 USB 设备的[通用设备插件](https://github.com/squat/generic-device-plugin)
850852
* [Intel 设备插件](https://github.com/intel/intel-device-plugins-for-kubernetes)支持

content/zh-cn/docs/concepts/workloads/pods/disruptions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ Cluster administrator actions include:
9292
9393
- [Draining a node](/docs/tasks/administer-cluster/safely-drain-node/) for repair or upgrade.
9494
- Draining a node from a cluster to scale the cluster down (learn about
95-
[Cluster Autoscaling](https://github.com/kubernetes/autoscaler/#readme)
96-
).
95+
[Cluster Autoscaling](https://github.com/kubernetes/autoscaler/#readme)).
9796
- Removing a pod from a node to permit something else to fit on that node.
9897
-->
9998
集群管理员操作包括:

0 commit comments

Comments
 (0)