Merge pull request #36550 from yanrongshi/zh-cn]Sync-volume-snapshots.md

[zh-cn]Sync volume-snapshots.md
pull/36577/head
Kubernetes Prow Robot 2022-09-03 20:08:35 -07:00 committed by GitHub
commit c07342ae97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -291,6 +291,13 @@ source volume's mode is unknown.
`sourceVolumeMode` 是创建快照的卷的模式。`sourceVolumeMode` 字段的值可以是
`Filesystem``Block`。如果没有指定源卷模式Kubernetes 会将快照视为未知的源卷模式。
<!--
`volumeSnapshotRef` is the reference of the corresponding `VolumeSnapshot`. Note that when the `VolumeSnapshotContent` is being created as a pre-provisioned snapshot, the `VolumeSnapshot` referenced in `volumeSnapshotRef` might not exist yet.
-->
`volumeSnapshotRef` 字段是对相应的 `VolumeSnapshot` 的引用。
请注意,当 `VolumeSnapshotContent` 被创建为预配置快照时。
`volumeSnapshotRef` 中引用的 `VolumeSnapshot` 可能还不存在。
<!--
## Converting the volume mode of a Snapshot {#convert-volume-mode}