Skip to content

Commit 73a470e

Browse files
authored
Merge pull request #42825 from KKtheGhost/sync/device-plugins
[zh] sync compute-storage-net/device-plugins.md
2 parents fdcc226 + a9ff3c8 commit 73a470e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ The general workflow of a device plugin includes the following steps:
266266
这些修改包括:
267267

268268
<!--
269-
* annotations
269+
* [Annotations](/docs/concepts/overview/working-with-objects/annotations/)
270270
* device nodes
271271
* environment variables
272272
* mounts
273273
* fully-qualified CDI device names
274274
-->
275-
* 注解
275+
* [注解](/zh-cn/docs/concepts/overview/working-with-objects/annotations/)
276276
* 设备节点
277277
* 环境变量
278278
* 挂载点
@@ -281,11 +281,14 @@ The general workflow of a device plugin includes the following steps:
281281
{{< note >}}
282282
<!--
283283
The processing of the fully-qualified CDI device names by the Device Manager requires
284-
the `DevicePluginCDIDevices` feature gate to be enabled. This was added as an alpha feature in
284+
that the `DevicePluginCDIDevices` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
285+
is enabled for the kubelet and the kube-apiserver. This was added as an alpha feature in Kubernetes
285286
v1.28.
286287
-->
287-
设备管理器处理完全限定的 CDI 设备名称时需要启用 `DevicePluginCDIDevices` 特性门控。
288-
这是在 v1.28 版本中作为 Alpha 特性添加的。
288+
设备管理器处理完全限定的 CDI 设备名称时,
289+
需要为 kubelet 和 kube-apiserver 启用 `DevicePluginCDIDevices`
290+
[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)
291+
这在 Kubernetes v1.28 版本中作为 Alpha 特性被加入。
289292
{{< /note >}}
290293

291294
<!--

0 commit comments

Comments
 (0)