Skip to content

Commit 75caf52

Browse files
authored
[zh] Sync volumes.md
Signed-off-by: zou-weidong <[email protected]>
1 parent a8c3b3f commit 75caf52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/concepts/storage/volumes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,11 @@ overlays), the `emptyDir` may run out of capacity before this limit.
458458
<!--
459459
If the `SizeMemoryBackedVolumes` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled,
460460
you can specify a size for memory backed volumes. If no size is specified, memory
461-
backed volumes are sized to 50% of the memory on a Linux host.
461+
backed volumes are sized to node allocatable memory.
462462
-->
463463
当启用 `SizeMemoryBackedVolumes` [特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)时,
464464
你可以为基于内存提供的卷指定大小。
465-
如果未指定大小,则基于内存的卷的大小为 Linux 主机上内存的 50%
465+
如果未指定大小,则基于内存的卷的大小为节点可分配内存
466466
{{< /note>}}
467467

468468
<!--
@@ -1707,7 +1707,7 @@ A `csi` volume can be used in a Pod in three different ways:
17071707

17081708
`csi` 卷可以在 Pod 中以三种方式使用:
17091709

1710-
* 通过 PersistentVolumeClaim(#persistentvolumeclaim) 对象引用
1710+
* 通过 [PersistentVolumeClaim](#persistentvolumeclaim) 对象引用
17111711
* 使用[一般性的临时卷](/zh-cn/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes)
17121712
* 使用 [CSI 临时卷](/zh-cn/docs/concepts/storage/ephemeral-volumes/#csi-ephemeral-volumes),
17131713
前提是驱动支持这种用法

0 commit comments

Comments
 (0)