Skip to content

Commit

Permalink
[zh-cn] Sync downward-api.md
Browse files Browse the repository at this point in the history
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
  • Loading branch information
fenggw-fnst committed Apr 13, 2023
1 parent 4159efa commit e18d5b7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions content/zh-cn/docs/concepts/workloads/pods/downward-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,17 @@ for resources such as CPU and memory.

<!--
`resource: limits.hugepages-*`
: A container's hugepages limit (provided that the `DownwardAPIHugePages` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled)
: A container's hugepages limit
-->
`resource: limits.hugepages-*`
: 容器的巨页限制值(前提是启用了 `DownwardAPIHugePages`
[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)
: 容器的巨页限制值

<!--
`resource: requests.hugepages-*`
: A container's hugepages request (provided that the `DownwardAPIHugePages` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled)
: A container's hugepages request
-->
`resource: requests.hugepages-*`
: 容器的巨页请求值(前提是启用了 `DownwardAPIHugePages`
[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)
: 容器的巨页请求值

<!--
`resource: limits.ephemeral-storage`
Expand Down

0 comments on commit e18d5b7

Please sign in to comment.