Skip to content

Commit c07275b

Browse files
authored
Remove link from Device Plugins page to KEP (#41145)
* docs: point Device Plugins page to KEP * docs: remove hyperlink for to device plugin framework
1 parent fa7a12f commit c07275b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ weight: 20
1010
<!-- overview -->
1111
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
1212

13-
Kubernetes provides a [device plugin framework](https://git.k8s.io/design-proposals-archive/resource-management/device-plugin.md)
14-
that you can use to advertise system hardware resources to the
15-
{{< glossary_tooltip term_id="kubelet" >}}.
13+
Kubernetes provides a device plugin framework that you can use to advertise system hardware
14+
resources to the {{< glossary_tooltip term_id="kubelet" >}}.
1615

1716
Instead of customizing the code for Kubernetes itself, vendors can implement a
1817
device plugin that you deploy either manually or as a {{< glossary_tooltip term_id="daemonset" >}}.

0 commit comments

Comments
 (0)