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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Patrick Ohly
2020-07-14 20:47:39 +02:00
committed by GitHub
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),