File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -266,13 +266,13 @@ The general workflow of a device plugin includes the following steps:
266
266
这些修改包括:
267
267
268
268
<!--
269
- * annotations
269
+ * [Annotations](/docs/concepts/overview/working-with-objects/ annotations/)
270
270
* device nodes
271
271
* environment variables
272
272
* mounts
273
273
* fully-qualified CDI device names
274
274
-->
275
- * 注解
275
+ * [ 注解 ] ( /zh-cn/docs/concepts/overview/working-with-objects/annotations/ )
276
276
* 设备节点
277
277
* 环境变量
278
278
* 挂载点
@@ -281,11 +281,14 @@ The general workflow of a device plugin includes the following steps:
281
281
{{< note >}}
282
282
<!--
283
283
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
285
286
v1.28.
286
287
-->
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 特性被加入。
289
292
{{< /note >}}
290
293
291
294
<!--
You can’t perform that action at this time.
0 commit comments