From 369d512ee698bdc7be2ad70a8ce0fb5ed3810d55 Mon Sep 17 00:00:00 2001 From: Kobayashi Daisuke Date: Thu, 3 Feb 2022 11:24:56 +0900 Subject: [PATCH] Update content/ja/docs/concepts/storage/volumes.md Co-authored-by: nasa9084 --- content/ja/docs/concepts/storage/volumes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/ja/docs/concepts/storage/volumes.md b/content/ja/docs/concepts/storage/volumes.md index 389893d27c..d293af824b 100644 --- a/content/ja/docs/concepts/storage/volumes.md +++ b/content/ja/docs/concepts/storage/volumes.md @@ -653,7 +653,8 @@ PersistentVolumeClaimは、ユーザが特定のクラウド環境の詳細を `portworxVolume`は、Kubernetesとハイパーコンバージドで動作するエラスティックブロックストレージレイヤーです。 [Portworx](https://portworx.com/use-case/kubernetes-storage/)は、サーバー内のストレージをフィンガープリントを作成し、機能に応じて階層化し、複数のサーバーにまたがって容量を集約します。 -Portworxは、仮想マシンまたはベアメタルLinuxノードでゲスト内で動作します。 +Portworxは、仮想マシンまたはベアメタルのLinuxノードでゲスト内動作します。 + `portworxVolume`はKubernetesを通して動的に作成することができますが、事前にプロビジョニングしてPodの中で参照することもできます。 以下は、事前にプロビジョニングされたPortworxボリュームを参照するPodの例です。