Misc Batch 1 in Issue #26177
[zh] Umbrella issue: pages out of sync in concepts section #26177 Misc Batch 1: ``` content/zh/docs/concepts/configuration/overview.md content/zh/docs/concepts/scheduling-eviction/assign-pod-node.md content/zh/docs/concepts/scheduling-eviction/pod-overhead.md content/zh/docs/concepts/storage/volume-snapshot-classes.md content/zh/docs/concepts/storage/volumes.md ``` Signed-off-by: ydFu <ader.ydfu@gmail.com>
This commit is contained in:
@@ -95,7 +95,7 @@ used for provisioning VolumeSnapshots. This field must be specified.
|
||||
<!--
|
||||
### DeletionPolicy
|
||||
|
||||
Volume snapshot classes have a deletionPolicy. It enables you to configure what happens to a VolumeSnapshotContent when the VolumeSnapshot object it is bound to is to be deleted. The deletionPolicy of a volume snapshot can either be `Retain` or `Delete`. This field must be specified.
|
||||
Volume snapshot classes have a deletionPolicy. It enables you to configure what happens to a VolumeSnapshotContent when the VolumeSnapshot object it is bound to is to be deleted. The deletionPolicy of a volume snapshot class can either be `Retain` or `Delete`. This field must be specified.
|
||||
|
||||
If the deletionPolicy is `Delete`, then the underlying storage snapshot will be deleted along with the VolumeSnapshotContent object. If the deletionPolicy is `Retain`, then both the underlying snapshot and VolumeSnapshotContent remain.
|
||||
-->
|
||||
@@ -103,7 +103,7 @@ If the deletionPolicy is `Delete`, then the underlying storage snapshot will be
|
||||
|
||||
卷快照类具有 `deletionPolicy` 属性。用户可以配置当所绑定的 VolumeSnapshot
|
||||
对象将被删除时,如何处理 VolumeSnapshotContent 对象。
|
||||
卷快照的这个策略可以是 `Retain` 或者 `Delete`。这个策略字段必须指定。
|
||||
卷快照类的这个策略可以是 `Retain` 或者 `Delete`。这个策略字段必须指定。
|
||||
|
||||
如果删除策略是 `Delete`,那么底层的存储快照会和 VolumeSnapshotContent 对象
|
||||
一起删除。如果删除策略是 `Retain`,那么底层快照和 VolumeSnapshotContent
|
||||
|
||||
@@ -509,6 +509,20 @@ memory limit.
|
||||
虽然 tmpfs 速度非常快,但是要注意它与磁盘不同。
|
||||
tmpfs 在节点重启时会被清除,并且你所写入的所有文件都会计入容器的内存消耗,受容器内存限制约束。
|
||||
|
||||
<!--
|
||||
{{< note >}}
|
||||
If the `SizeMemoryBackedVolumes` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled,
|
||||
you can specify a size for memory backed volumes. If no size is specified, memory
|
||||
backed volumes are sized to 50% of the memory on a Linux host.
|
||||
{{< /note>}}
|
||||
-->
|
||||
|
||||
{{< note >}}
|
||||
当启用 `SizeMemoryBackedVolumes` [特性门控](/zh/docs/reference/command-line-tools-reference/feature-gates/)时,
|
||||
你可以为基于内存提供的卷指定大小。
|
||||
如果未指定大小,则基于内存的卷的大小为 Linux 主机上内存的 50%。
|
||||
{{< /note>}}
|
||||
|
||||
<!--
|
||||
#### emptyDir configuration example
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user