Skip to content

Commit b0088d4

Browse files
authored
Merge pull request #37196 from Garrybest/pr_device
[zh-cn] update device plugin proposal link
2 parents d068bec + 2a636a8 commit b0088d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 20
99
{{< feature-state for_k8s_version="v1.10" state="beta" >}}
1010

1111
<!--
12-
Kubernetes provides a [device plugin framework](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/resource-management/device-plugin.md)
12+
Kubernetes provides a [device plugin framework](https://git.k8s.io/design-proposals-archive/resource-management/device-plugin.md)
1313
that you can use to advertise system hardware resources to the
1414
{{< glossary_tooltip term_id="kubelet" >}}.
1515
@@ -20,7 +20,7 @@ and other similar computing resources that may require vendor specific initializ
2020
and setup.
2121
-->
2222
Kubernetes 提供了一个
23-
[设备插件框架](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/resource-management/device-plugin.md),你可以用它来将系统硬件资源发布到 {{< glossary_tooltip term_id="kubelet" >}}。
23+
[设备插件框架](https://git.k8s.io/design-proposals-archive/resource-management/device-plugin.md),你可以用它来将系统硬件资源发布到 {{< glossary_tooltip term_id="kubelet" >}}。
2424

2525
供应商可以实现设备插件,由你手动部署或作为 {{< glossary_tooltip term_id="daemonset" >}}
2626
来部署,而不必定制 Kubernetes 本身的代码。目标设备包括 GPU、高性能 NIC、FPGA、

0 commit comments

Comments
 (0)