Skip to content

Commit

Permalink
Merge pull request #42600 from elezar/KEP-4009/follow-up
Browse files Browse the repository at this point in the history
Make minor edits to Device Plugin documentation
  • Loading branch information
k8s-ci-robot authored Aug 17, 2023
2 parents 1c4a01d + 8b39957 commit a15add8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,16 @@ The general workflow of a device plugin includes the following steps:
device plugin defines modifications that must be made to a container's definition to provide
access to the device. These modifications include:

* annotations
* [Annotations](/docs/concepts/overview/working-with-objects/annotations/)
* device nodes
* environment variables
* mounts
* fully-qualified CDI device names

{{< note >}}
The processing of the fully-qualified CDI device names by the Device Manager requires
the `DevicePluginCDIDevices` feature gate to be enabled. This was added as an alpha feature in
that the `DevicePluginCDIDevices` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
is enabled for the kubelet and the kube-apiserver. This was added as an alpha feature in Kubernetes
v1.28.
{{< /note >}}

Expand Down

0 comments on commit a15add8

Please sign in to comment.