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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/22438/head
Patrick Ohly 2020-07-14 20:47:39 +02:00 committed by GitHub
parent 5981f4f860
commit 25d50c17b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),