From f29e90852d993f512c495a736696a9786a726bd4 Mon Sep 17 00:00:00 2001 From: LiuDui <1693291525@qq.com> Date: Sun, 8 Sep 2019 20:29:18 +0800 Subject: [PATCH] ZH-trans: add device-plugin.md (#16187) --- .../docs/reference/glossary/device-plugin.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/zh/docs/reference/glossary/device-plugin.md diff --git a/content/zh/docs/reference/glossary/device-plugin.md b/content/zh/docs/reference/glossary/device-plugin.md new file mode 100644 index 0000000000..2413df50e4 --- /dev/null +++ b/content/zh/docs/reference/glossary/device-plugin.md @@ -0,0 +1,37 @@ +--- +title: 策略插件 +id: device-plugin +date: 2019-02-02 +full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ +short_description: > + 策略插件是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。 +aka: +tags: +- fundamental +- extension +--- + + + + 策略插件是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。 + + + + +[策略插件](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。 +策略插件将这些资源发布到 kubelet,并且可以手动部署或作为 DeamonSet 部署,而不用编写定制的 Kubernetes 代码。