File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -458,11 +458,11 @@ overlays), the `emptyDir` may run out of capacity before this limit.
458
458
<!--
459
459
If the `SizeMemoryBackedVolumes` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled,
460
460
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.
462
462
-->
463
463
当启用 `SizeMemoryBackedVolumes` [特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)时,
464
464
你可以为基于内存提供的卷指定大小。
465
- 如果未指定大小,则基于内存的卷的大小为 Linux 主机上内存的 50% 。
465
+ 如果未指定大小,内存提供的卷的大小根据节点可分配内存进行调整 。
466
466
{{< /note>}}
467
467
468
468
<!--
@@ -1707,7 +1707,7 @@ A `csi` volume can be used in a Pod in three different ways:
1707
1707
1708
1708
` csi` 卷可以在 Pod 中以三种方式使用:
1709
1709
1710
- * 通过 PersistentVolumeClaim(#persistentvolumeclaim) 对象引用
1710
+ * 通过 [ PersistentVolumeClaim] (#persistentvolumeclaim) 对象引用
1711
1711
* 使用[一般性的临时卷](/zh-cn/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes)
1712
1712
* 使用 [CSI 临时卷](/zh-cn/docs/concepts/storage/ephemeral-volumes/#csi-ephemeral-volumes),
1713
1713
前提是驱动支持这种用法
You can’t perform that action at this time.
0 commit comments