File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ weight: 20
9
9
{{< feature-state for_k8s_version="v1.10" state="beta" >}}
10
10
11
11
<!--
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)
13
13
that you can use to advertise system hardware resources to the
14
14
{{< glossary_tooltip term_id="kubelet" >}}.
15
15
@@ -20,7 +20,7 @@ and other similar computing resources that may require vendor specific initializ
20
20
and setup.
21
21
-->
22
22
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" >}}。
24
24
25
25
供应商可以实现设备插件,由你手动部署或作为 {{< glossary_tooltip term_id="daemonset" >}}
26
26
来部署,而不必定制 Kubernetes 本身的代码。目标设备包括 GPU、高性能 NIC、FPGA、
You can’t perform that action at this time.
0 commit comments