Skip to content

Commit c43780d

Browse files
authored
Merge pull request #47918 from saireddyb/patch-1
added image volume type in ephemeral volumes
2 parents 9a14efc + f04a552 commit c43780d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ different purposes:
4646
[downwardAPI](/docs/concepts/storage/volumes/#downwardapi),
4747
[secret](/docs/concepts/storage/volumes/#secret): inject different
4848
kinds of Kubernetes data into a Pod
49+
- [image](/docs/concepts/storage/volumes/#image): allows mounting container image files or artifacts,
50+
directly to a Pod.
4951
- [CSI ephemeral volumes](#csi-ephemeral-volumes):
5052
similar to the previous volume kinds, but provided by special {{< glossary_tooltip text="CSI" term_id="csi" >}} drivers
5153
which specifically [support this feature](https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html)
5254
- [generic ephemeral volumes](#generic-ephemeral-volumes), which
5355
can be provided by all storage drivers that also support persistent volumes
5456

57+
5558
`emptyDir`, `configMap`, `downwardAPI`, `secret` are provided as
5659
[local ephemeral
5760
storage](/docs/concepts/configuration/manage-resources-containers/#local-ephemeral-storage).

0 commit comments

Comments
 (0)