@@ -13,16 +13,18 @@ description: Configure and schedule GPUs for use as a resource by nodes in a clu
13
13
14
14
<!-- overview -->
15
15
16
- {{< feature-state state="beta " for_k8s_version="v1.10 " >}}
16
+ {{< feature-state state="stable " for_k8s_version="v1.26 " >}}
17
17
18
18
<!--
19
- Kubernetes includes **experimental** support for managing GPUs
20
- (graphical processing units) across several nodes.
19
+ Kubernetes includes **stable** support for managing AMD and NVIDIA GPUs
20
+ (graphical processing units) across different nodes in your cluster, using
21
+ {{< glossary_tooltip text="device plugins" term_id="device-plugin" >}}.
21
22
22
23
This page describes how users can consume GPUs, and outlines
23
24
some of the limitations in the implementation.
24
25
-->
25
- Kubernetes 支持对若干节点上的 GPU(图形处理单元)进行管理,目前处于** 实验** 状态。
26
+ Kubernetes 支持使用{{< glossary_tooltip text="设备插件" term_id="device-plugin" >}}来跨集群中的不同节点管理
27
+ AMD 和 NVIDIA GPU(图形处理单元),目前处于** 稳定** 状态。
26
28
27
29
本页介绍用户如何使用 GPU 以及当前存在的一些限制。
28
30
@@ -31,23 +33,21 @@ Kubernetes 支持对若干节点上的 GPU(图形处理单元)进行管理
31
33
<!--
32
34
## Using device plugins
33
35
34
- Kubernetes implements {{< glossary_tooltip text="device plugins" term_id="device-plugin" >}}
35
- to let Pods access specialized hardware features such as GPUs.
36
+ Kubernetes implements device-plugin to let Pods access specialized hardware features such as GPUs.
36
37
-->
37
38
## 使用设备插件 {#using-device-plugins}
38
39
39
- Kubernetes 实现了{{< glossary_tooltip text="设备插件(Device Plugin)" term_id="device-plugin" >}}
40
- 以允许 Pod 访问类似 GPU 这类特殊的硬件功能特性。
40
+ Kubernetes 实现了设备插件(Device Plugin),让 Pod 可以访问类似 GPU 这类特殊的硬件功能特性。
41
41
42
42
{{% thirdparty-content %}}
43
43
44
44
<!--
45
45
As an administrator, you have to install GPU drivers from the corresponding
46
46
hardware vendor on the nodes and run the corresponding device plugin from the
47
- GPU vendor:
47
+ GPU vendor. Here are some links to vendors' instructions :
48
48
-->
49
49
作为集群管理员,你要在节点上安装来自对应硬件厂商的 GPU 驱动程序,并运行来自
50
- GPU 厂商的对应设备插件。
50
+ GPU 厂商的对应设备插件。以下是一些厂商说明的链接:
51
51
52
52
* [ AMD] ( https://github.com/RadeonOpenCompute/k8s-device-plugin#deployment )
53
53
* [ Intel] ( https://intel.github.io/intel-device-plugins-for-kubernetes/cmd/gpu_plugin/README.html )
0 commit comments