Skip to content

Commit

Permalink
fix mistranslation
Browse files Browse the repository at this point in the history
Co-authored-by: Keita Akutsu <kakts.git@gmail.com>
  • Loading branch information
2 people authored and inductor committed Nov 4, 2020
1 parent c760bb6 commit 76b0328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/docs/concepts/storage/persistent-volumes.md
Expand Up @@ -237,7 +237,7 @@ EBSの拡張は時間がかかる操作です。また変更は、ボリュー

基盤ストレージの拡張に失敗した際には、クラスターの管理者はPersistent Volume Claim (PVC)の状態を手動で復旧し、リサイズ要求をキャンセルします。それをしない限り、リサイズ要求は管理者の介入なしにコントローラーによって継続的に再試行されます。

1. PersistentVolumeClaim(PVC)にバウンドしていないPersistentVolume(PV)を`Retain`再クレームポリシーとしてマークします。
1. PersistentVolumeClaim(PVC)にバインドされているPersistentVolume(PV)を`Retain`再クレームポリシーとしてマークします。
2. PVCを削除します。PVは`Retain`再クレームポリシーを持っているため、PVCを再び作成したときにいかなるデータも失うことはありません。
3. `claimRef`エントリーをPVスペックから削除して、新しいPVCがそれにバインドできるようにします。これによりPVは`Available`になります。
4. PVより小さいサイズでPVCを再作成し、PVCの`volumeName`フィールドをPVの名前に設定します。これにより新しいPVCを既存のPVにバインドします。
Expand Down

0 comments on commit 76b0328

Please sign in to comment.