Update volume.yaml

This commit is contained in:
Jared
2017-12-05 14:41:38 -06:00
committed by GitHub
parent aa2f96c10e
commit 9d6890889f
-1
View File
@@ -11,7 +11,6 @@ tags:
short-description: >
A volume is a directory containing data, which is accessible to the containers in a {% glossary_tooltip text="pod" term_id="pod" %}.
long-description: >
A volume is a directory containing data, which is accessible to the containers in a {% glossary_tooltip text="pod" term_id="pod" %}.
A Kubernetes volume lives as long as the {% glossary_tooltip text="pod" term_id="pod" %} that encloses it.
Consequently, a volume outlives any {% glossary_tooltip text="containers" term_id="container" %} that run within the
{% glossary_tooltip text="pod" term_id="pod" %}, and data is preserved across