Merge pull request #46391 from my-git9/pt-28609
[zh-cn] sync device-plugins.md disruptions.mdpull/46397/head
commit
0632982af9
|
@ -830,6 +830,7 @@ pluginapi.Device{ID: "25102017", Health: pluginapi.Healthy, Topology:&pluginapi.
|
||||||
<!--
|
<!--
|
||||||
Here are some examples of device plugin implementations:
|
Here are some examples of device plugin implementations:
|
||||||
|
|
||||||
|
* [Akri](https://github.com/project-akri/akri), which lets you easily expose heterogeneous leaf devices (such as IP cameras and USB devices).
|
||||||
* The [AMD GPU device plugin](https://github.com/ROCm/k8s-device-plugin)
|
* The [AMD GPU device plugin](https://github.com/ROCm/k8s-device-plugin)
|
||||||
* The [generic device plugin](https://github.com/squat/generic-device-plugin) for generic Linux devices and USB devices
|
* The [generic device plugin](https://github.com/squat/generic-device-plugin) for generic Linux devices and USB devices
|
||||||
* The [Intel device plugins](https://github.com/intel/intel-device-plugins-for-kubernetes) for
|
* 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:
|
||||||
-->
|
-->
|
||||||
下面是一些设备插件实现的示例:
|
下面是一些设备插件实现的示例:
|
||||||
|
|
||||||
|
* [Akri](https://github.com/project-akri/akri),它可以让你轻松公开异构叶子设备(例如 IP 摄像机和 USB 设备)。
|
||||||
* [AMD GPU 设备插件](https://github.com/ROCm/k8s-device-plugin)
|
* [AMD GPU 设备插件](https://github.com/ROCm/k8s-device-plugin)
|
||||||
* 适用于通用 Linux 设备和 USB 设备的[通用设备插件](https://github.com/squat/generic-device-plugin)
|
* 适用于通用 Linux 设备和 USB 设备的[通用设备插件](https://github.com/squat/generic-device-plugin)
|
||||||
* [Intel 设备插件](https://github.com/intel/intel-device-plugins-for-kubernetes)支持
|
* [Intel 设备插件](https://github.com/intel/intel-device-plugins-for-kubernetes)支持
|
||||||
|
|
|
@ -92,8 +92,7 @@ Cluster administrator actions include:
|
||||||
|
|
||||||
- [Draining a node](/docs/tasks/administer-cluster/safely-drain-node/) for repair or upgrade.
|
- [Draining a node](/docs/tasks/administer-cluster/safely-drain-node/) for repair or upgrade.
|
||||||
- Draining a node from a cluster to scale the cluster down (learn about
|
- Draining a node from a cluster to scale the cluster down (learn about
|
||||||
[Cluster Autoscaling](https://github.com/kubernetes/autoscaler/#readme)
|
[Cluster Autoscaling](https://github.com/kubernetes/autoscaler/#readme)).
|
||||||
).
|
|
||||||
- Removing a pod from a node to permit something else to fit on that node.
|
- Removing a pod from a node to permit something else to fit on that node.
|
||||||
-->
|
-->
|
||||||
集群管理员操作包括:
|
集群管理员操作包括:
|
||||||
|
|
Loading…
Reference in New Issue