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 61c1e1e9784bf..4770e2c3be156 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 @@ -10,9 +10,8 @@ weight: 20 {{< feature-state for_k8s_version="v1.26" state="stable" >}} -Kubernetes provides a [device plugin framework](https://git.k8s.io/design-proposals-archive/resource-management/device-plugin.md) -that you can use to advertise system hardware resources to the -{{< glossary_tooltip term_id="kubelet" >}}. +Kubernetes provides a device plugin framework that you can use to advertise system hardware +resources to the {{< glossary_tooltip term_id="kubelet" >}}. Instead of customizing the code for Kubernetes itself, vendors can implement a device plugin that you deploy either manually or as a {{< glossary_tooltip term_id="daemonset" >}}.