website/content/zh/docs/reference/glossary/device-plugin.md

1.8 KiB
Raw Permalink Blame History

title id date full_link short_description aka tags
设备插件Device Plugin device-plugin 2019-02-02 /zh/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ 一种软件扩展,可以使 Pod 访问由特定厂商初始化或者安装的设备。
fundamental
extension

设备插件工作在节点主机上,给 {{< glossary_tooltip term_id="pod" text="Pods ">}} 提供访问资源的权限,比如特定厂商初始化或者安装的本地硬件。

设备插件将资源告知 {{< glossary_tooltip term_id="kubelet" text="kubelet" >}} 以便相关节点上运行的工作负载Pod可以访问硬件功能。

更多信息请查阅设备插件