Skip to content

Commit 1a584b4

Browse files
Update content/ja/docs/concepts/storage/volume-snapshots.md
Co-authored-by: atoato88 <[email protected]>
1 parent 9adca1a commit 1a584b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/storage/volume-snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ $ kubectl get crd volumesnapshotcontent -o yaml
153153

154154
ユーザーが既存の`VolumeSnapshot`から`PersistentVolumeClaim`を作成できるようにしたいが、ソースとは異なるボリュームモードを使用する場合は、`VolumeSnapshot`に対応する`VolumeSnapshotContent`にアノテーション`snapshot.storage.kubernetes.io/allowVolumeModeChange: "true"`を追加する必要があります。
155155
156-
事前プロビジョニングされたスナップショットの場合、クラスター管理者が`Spec.SourceVolumeMode`を入力する必要があります。
156+
事前プロビジョニングされたスナップショットの場合、クラスター管理者が`spec.sourceVolumeMode`を入力する必要があります。
157157

158158
この機能を有効にした`VolumeSnapshotContent`リソースの例は次のようになります。
159159

0 commit comments

Comments
 (0)