zh trans device-plugin.md (#16388)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8c7ca25aea
commit
a9f157efda
@@ -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:
|
||||
---
|
||||
|
||||
<!--
|
||||
---
|
||||
title: Device Plugin
|
||||
id: device-plugin
|
||||
date: 2019-02-02
|
||||
@@ -22,16 +23,11 @@ aka:
|
||||
tags:
|
||||
- fundamental
|
||||
- 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.
|
||||
-->
|
||||
[策略插件](/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 代码。
|
||||
|
||||
Reference in New Issue
Block a user