From 8b399572815ad864e369e71461ae12d119c645d7 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 17 Aug 2023 14:44:36 +0200 Subject: [PATCH] Make minor edits to Device Plugin documentation These changes are a follow-up to https://github.com/kubernetes/website/pull/42001. They make minor edits to the documentation of the DevicePlugin API. Signed-off-by: Evan Lezar --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index c86bd3a224..3531587381 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -151,7 +151,7 @@ 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 @@ -159,7 +159,8 @@ The general workflow of a device plugin includes the following steps: {{< 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 >}}