Skip to content

Commit f05c3c4

Browse files
committed
[ja] Update ephemeral-volumes.md
1 parent 8304db7 commit f05c3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/storage/ephemeral-volumes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ weight: 30
2525
Kubernetesは、さまざまな目的のためにいくつかの異なる種類のエフェメラルボリュームをサポートしています。
2626
- [emptyDir](/ja/docs/concepts/storage/volumes/#emptydir):Podの起動時には空で、ストレージはkubeletベースディレクトリ(通常はルートディスク)またはRAMからローカルに取得されます。
2727
- [configMap](/ja/docs/concepts/storage/volumes/#configmap)[downwardAPI](/ja/docs/concepts/storage/volumes/#downwardapi)[secret](/ja/docs/concepts/storage/volumes/#secret):Podにさまざまな種類のKubernetesデータを挿入します。
28-
- [CSIエフェメラルボリューム](#csi-ephemeral-volumes):上のボリュームの種類に似ていますが、特に[この機能をサポートする](https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.htmll)特別な[CSIドライバー](https://github.com/container-storage-interface/spec/blob/master/spec.md)によって提供されます。
28+
- [CSIエフェメラルボリューム](#csi-ephemeral-volumes):上のボリュームの種類に似ていますが、特に[この機能をサポートする](https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html)特別な[CSIドライバー](https://github.com/container-storage-interface/spec/blob/master/spec.md)によって提供されます。
2929
- [汎用エフェメラルボリューム](#generic-ephemeral-volumes):これは、永続ボリュームもサポートするすべてのストレージドライバーで提供できます。
3030

3131
`emptyDir``configMap``downwardAPI``secret`[ローカルエフェメラルストレージ](/ja/docs/concepts/configuration/manage-resources-containers/#local-ephemeral-storage)として提供されます。

0 commit comments

Comments
 (0)