Skip to content

Commit a15add8

Browse files
authored
Merge pull request #42600 from elezar/KEP-4009/follow-up
Make minor edits to Device Plugin documentation
2 parents 1c4a01d + 8b39957 commit a15add8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,16 @@ The general workflow of a device plugin includes the following steps:
151151
device plugin defines modifications that must be made to a container's definition to provide
152152
access to the device. These modifications include:
153153

154-
* annotations
154+
* [Annotations](/docs/concepts/overview/working-with-objects/annotations/)
155155
* device nodes
156156
* environment variables
157157
* mounts
158158
* fully-qualified CDI device names
159159

160160
{{< note >}}
161161
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
163164
v1.28.
164165
{{< /note >}}
165166

0 commit comments

Comments
 (0)