Update content/en/docs/concepts/storage/ephemeral-volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/22438/head
parent
5981f4f860
commit
25d50c17b5
|
@ -39,7 +39,7 @@ simplifies application deployment and management.
|
|||
|
||||
Kubernetes supports several different kinds of ephemeral volumes for
|
||||
different purposes:
|
||||
- [emptyDir]((/docs/concepts/volumes/#emptydir): empty at Pod startup,
|
||||
- [emptyDir](/docs/concepts/volumes/#emptydir): empty at Pod startup,
|
||||
with storage coming locally from the kubelet base directory (usually
|
||||
the root disk) or RAM
|
||||
- [configMap](/docs/concepts/volumes/#configmap),
|
||||
|
|
Loading…
Reference in New Issue