diff --git a/content/zh/docs/reference/glossary/device-plugin.md b/content/zh/docs/reference/glossary/device-plugin.md index 2413df50e4..9b900a5a41 100644 --- a/content/zh/docs/reference/glossary/device-plugin.md +++ b/content/zh/docs/reference/glossary/device-plugin.md @@ -1,10 +1,10 @@ --- -title: 策略插件 +title: 驱动插件 id: device-plugin date: 2019-02-02 full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ short_description: > - 策略插件是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。 + 驱动插件是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。 aka: tags: - fundamental @@ -12,6 +12,7 @@ tags: --- - - 策略插件是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。 - - -[策略插件](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。 -策略插件将这些资源发布到 kubelet,并且可以手动部署或作为 DeamonSet 部署,而不用编写定制的 Kubernetes 代码。 + +[驱动插件](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。驱动插件将这些资源发布到 kubelet,并且可以手动部署或做为 DeamonSet 部署,而不用编写定制的 Kubernetes 代码。