File tree 1 file changed +1
-1
lines changed
content/ja/docs/concepts/storage
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ weight: 30
25
25
Kubernetesは、さまざまな目的のためにいくつかの異なる種類のエフェメラルボリュームをサポートしています。
26
26
- [ emptyDir] ( /ja/docs/concepts/storage/volumes/#emptydir ) : Pod の起動時には空で、ストレージはkubeletベースディレクトリ(通常はルートディスク)またはRAMからローカルに取得されます。
27
27
- [ 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 ) によって提供されます。
29
29
- [ 汎用エフェメラルボリューム] ( #generic-ephemeral-volumes ) :これは、永続ボリュームもサポートするすべてのストレージドライバーで提供できます。
30
30
31
31
` emptyDir ` 、` configMap ` 、` downwardAPI ` 、` secret ` は[ ローカルエフェメラルストレージ] ( /ja/docs/concepts/configuration/manage-resources-containers/#local-ephemeral-storage ) として提供されます。
You can’t perform that action at this time.
0 commit comments