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
|
||||
|
||||
Reference in New Issue
Block a user