Merge pull request #47918 from saireddyb/patch-1
added image volume type in ephemeral volumespull/47928/head
commit
c43780d8f0
|
@ -46,12 +46,15 @@ different purposes:
|
||||||
[downwardAPI](/docs/concepts/storage/volumes/#downwardapi),
|
[downwardAPI](/docs/concepts/storage/volumes/#downwardapi),
|
||||||
[secret](/docs/concepts/storage/volumes/#secret): inject different
|
[secret](/docs/concepts/storage/volumes/#secret): inject different
|
||||||
kinds of Kubernetes data into a Pod
|
kinds of Kubernetes data into a Pod
|
||||||
|
- [image](/docs/concepts/storage/volumes/#image): allows mounting container image files or artifacts,
|
||||||
|
directly to a Pod.
|
||||||
- [CSI ephemeral volumes](#csi-ephemeral-volumes):
|
- [CSI ephemeral volumes](#csi-ephemeral-volumes):
|
||||||
similar to the previous volume kinds, but provided by special {{< glossary_tooltip text="CSI" term_id="csi" >}} drivers
|
similar to the previous volume kinds, but provided by special {{< glossary_tooltip text="CSI" term_id="csi" >}} drivers
|
||||||
which specifically [support this feature](https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html)
|
which specifically [support this feature](https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html)
|
||||||
- [generic ephemeral volumes](#generic-ephemeral-volumes), which
|
- [generic ephemeral volumes](#generic-ephemeral-volumes), which
|
||||||
can be provided by all storage drivers that also support persistent volumes
|
can be provided by all storage drivers that also support persistent volumes
|
||||||
|
|
||||||
|
|
||||||
`emptyDir`, `configMap`, `downwardAPI`, `secret` are provided as
|
`emptyDir`, `configMap`, `downwardAPI`, `secret` are provided as
|
||||||
[local ephemeral
|
[local ephemeral
|
||||||
storage](/docs/concepts/configuration/manage-resources-containers/#local-ephemeral-storage).
|
storage](/docs/concepts/configuration/manage-resources-containers/#local-ephemeral-storage).
|
||||||
|
|
Loading…
Reference in New Issue