zh trans device-plugin.md (#16388)

This commit is contained in:
wangcong
2019-09-17 18:58:23 +08:00
committed by Kubernetes Prow Robot
parent 8c7ca25aea
commit a9f157efda
@@ -1,10 +1,10 @@
--- ---
title: 策略插件 title: 驱动插件
id: device-plugin id: device-plugin
date: 2019-02-02 date: 2019-02-02
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
short_description: > short_description: >
策略插件是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。 驱动插件是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。
aka: aka:
tags: tags:
- fundamental - fundamental
@@ -12,6 +12,7 @@ tags:
--- ---
<!-- <!--
---
title: Device Plugin title: Device Plugin
id: device-plugin id: device-plugin
date: 2019-02-02 date: 2019-02-02
@@ -22,16 +23,11 @@ aka:
tags: tags:
- fundamental - fundamental
- extension - extension
---
--> -->
<!--
Device Plugins are containers running in Kubernetes that provide access to a vendor specific resource.
-->
策略插件是运行在 Kubernetes 中的容器,它提供对供应商特定资源的访问。
<!--more-->
<!-- <!--
[Device Plugin](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) are containers running in Kubernetes that provide access to a vendor specific resource. Device Plugins advertise these resources to kubelet and can be deployed manually or as a DeamonSet, rather than writing custom Kubernetes code. [Device Plugin](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) are containers running in Kubernetes that provide access to a vendor specific resource. Device Plugins advertise these resources to kubelet and can be deployed manually or as a DeamonSet, rather than writing custom Kubernetes code.
--> -->
[策略插件](/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 代码。