File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
content/ja/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -376,9 +376,19 @@ PersistentVolumeは、リソースプロバイダーがサポートする方法
376
376
377
377
アクセスモードは次の通りです。
378
378
379
- * ReadWriteOnce –ボリュームは単一のNodeで読み取り/書き込みとしてマウントできます
380
- * ReadOnlyMany –ボリュームは多数のNodeで読み取り専用としてマウントできます
381
- * ReadWriteMany –ボリュームは多数のNodeで読み取り/書き込みとしてマウントできます
379
+ ` ReadWriteOnce`
380
+ : ボリュームは単一のNodeで読み取り/書き込みとしてマウントできます
381
+
382
+ ` ReadOnlyMany`
383
+ : ボリュームは多数のNodeで読み取り専用としてマウントできます
384
+
385
+ ` ReadWriteMany`
386
+ : ボリュームは多数のNodeで読み取り/書き込みとしてマウントできます
387
+
388
+ ` ReadWriteOncePod`
389
+ : ボリュームは、単一のPodで読み取り/書き込みとしてマウントできます。クラスタ全体で1つのPodのみがそのPVCの読み取りまたは書き込みを行えるようにする場合は、ReadWriteOncePodアクセスモードを使用します。これは、CSIボリュームとKubernetesバージョン1.22以降でのみサポートされます。
390
+
391
+ これについてはブログ[Introducing Single Pod Access Mode for PersistentVolumes](/blog/2021/09/13/read-write-once-pod-access-mode-alpha/)に詳細が記載されています。
382
392
383
393
CLIではアクセスモードは次のように略されます。
384
394
You can’t perform that action at this time.
0 commit comments