Skip to content

Commit 9a98d0a

Browse files
committed
modify directory hierarchy
Signed-off-by: liulijin <[email protected]>
1 parent 06a0bb4 commit 9a98d0a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,10 @@ GPUs are only supposed to be specified in the `limits` section, which means:
7474
must be equal.
7575
* You cannot specify GPU `requests` without specifying `limits`.
7676
-->
77-
- GPU 只能在 `limits` 部分指定,这意味着:
78-
* 你可以指定 GPU 的 `limits` 而不指定其 `requests`,因为 Kubernetes 将默认使用限制
79-
值作为请求值。
80-
* 你可以同时指定 `limits``requests`,不过这两个值必须相等。
81-
* 你不可以仅指定 `requests` 而不指定 `limits`
77+
GPU 只能在 `limits` 部分指定,这意味着:
78+
* 你可以指定 GPU 的 `limits` 而不指定其 `requests`,因为 Kubernetes 将默认使用限制值作为请求值。
79+
* 你可以同时指定 `limits``requests`,不过这两个值必须相等。
80+
* 你不可以仅指定 `requests` 而不指定 `limits`
8281

8382
<!--
8483
Here's an example manifest for a Pod that requests a GPU:

0 commit comments

Comments
 (0)