modify directory hierarchy

Signed-off-by: liulijin <253954033@qq.com>
pull/41464/head
liulijin 2023-06-05 11:24:14 +08:00
parent 06a0bb448b
commit 9a98d0a9d1
1 changed files with 4 additions and 5 deletions

View File

@ -74,11 +74,10 @@ GPUs are only supposed to be specified in the `limits` section, which means:
must be equal.
* You cannot specify GPU `requests` without specifying `limits`.
-->
- GPU 只能在 `limits` 部分指定,这意味着:
* 你可以指定 GPU 的 `limits` 而不指定其 `requests`,因为 Kubernetes 将默认使用限制
值作为请求值。
* 你可以同时指定 `limits``requests`,不过这两个值必须相等。
* 你不可以仅指定 `requests` 而不指定 `limits`
GPU 只能在 `limits` 部分指定,这意味着:
* 你可以指定 GPU 的 `limits` 而不指定其 `requests`,因为 Kubernetes 将默认使用限制值作为请求值。
* 你可以同时指定 `limits``requests`,不过这两个值必须相等。
* 你不可以仅指定 `requests` 而不指定 `limits`
<!--
Here's an example manifest for a Pod that requests a GPU: