File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/concepts/extend-kubernetes/compute-storage-net Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -151,15 +151,16 @@ The general workflow of a device plugin includes the following steps:
151
151
device plugin defines modifications that must be made to a container's definition to provide
152
152
access to the device. These modifications include:
153
153
154
- * annotations
154
+ * [ Annotations ] ( /docs/concepts/overview/working-with-objects/ annotations/ )
155
155
* device nodes
156
156
* environment variables
157
157
* mounts
158
158
* fully-qualified CDI device names
159
159
160
160
{{< note >}}
161
161
The processing of the fully-qualified CDI device names by the Device Manager requires
162
- the ` DevicePluginCDIDevices ` feature gate to be enabled. This was added as an alpha feature in
162
+ that the ` DevicePluginCDIDevices ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
163
+ is enabled for the kubelet and the kube-apiserver. This was added as an alpha feature in Kubernetes
163
164
v1.28.
164
165
{{< /note >}}
165
166
You can’t perform that action at this time.
0 commit comments