Skip to content

Commit 92777b0

Browse files
authored
Merge pull request #38367 from my-git9/zhsyn/scheduling-gpus
[zh-cn]sync manage-gpus/scheduling-gpus.md
2 parents b0ba668 + e02cf9f commit 92777b0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/zh-cn/docs/tasks/manage-gpus/scheduling-gpus.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ description: Configure and schedule GPUs for use as a resource by nodes in a clu
1313

1414
<!-- overview -->
1515

16-
{{< feature-state state="beta" for_k8s_version="v1.10" >}}
16+
{{< feature-state state="stable" for_k8s_version="v1.26" >}}
1717

1818
<!--
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" >}}.
2122
2223
This page describes how users can consume GPUs, and outlines
2324
some of the limitations in the implementation.
2425
-->
25-
Kubernetes 支持对若干节点上的 GPU(图形处理单元)进行管理,目前处于**实验**状态。
26+
Kubernetes 支持使用{{< glossary_tooltip text="设备插件" term_id="device-plugin" >}}来跨集群中的不同节点管理
27+
AMD 和 NVIDIA GPU(图形处理单元),目前处于**稳定**状态。
2628

2729
本页介绍用户如何使用 GPU 以及当前存在的一些限制。
2830

@@ -31,23 +33,21 @@ Kubernetes 支持对若干节点上的 GPU(图形处理单元)进行管理
3133
<!--
3234
## Using device plugins
3335
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.
3637
-->
3738
## 使用设备插件 {#using-device-plugins}
3839

39-
Kubernetes 实现了{{< glossary_tooltip text="设备插件(Device Plugin)" term_id="device-plugin" >}}
40-
以允许 Pod 访问类似 GPU 这类特殊的硬件功能特性。
40+
Kubernetes 实现了设备插件(Device Plugin),让 Pod 可以访问类似 GPU 这类特殊的硬件功能特性。
4141

4242
{{% thirdparty-content %}}
4343

4444
<!--
4545
As an administrator, you have to install GPU drivers from the corresponding
4646
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:
4848
-->
4949
作为集群管理员,你要在节点上安装来自对应硬件厂商的 GPU 驱动程序,并运行来自
50-
GPU 厂商的对应设备插件。
50+
GPU 厂商的对应设备插件。以下是一些厂商说明的链接:
5151

5252
* [AMD](https://github.com/RadeonOpenCompute/k8s-device-plugin#deployment)
5353
* [Intel](https://intel.github.io/intel-device-plugins-for-kubernetes/cmd/gpu_plugin/README.html)

0 commit comments

Comments
 (0)