diff --git a/content/zh/docs/reference/glossary/volume-plugin.md b/content/zh/docs/reference/glossary/volume-plugin.md index 8fc1c7be52..ca4318d4ad 100755 --- a/content/zh/docs/reference/glossary/volume-plugin.md +++ b/content/zh/docs/reference/glossary/volume-plugin.md @@ -1,4 +1,19 @@ --- +title: 卷(Volume)插件 +id: volumeplugin +date: 2018-04-12 +full_link: +short_description: > + 卷(Volume)插件可以让 Pod 集成存储。 + +aka: +tags: +- core-object +- storage +--- + + + + + +卷插件可以让 {{< glossary_tooltip text="Pod" term_id="pod" >}} 集成存储。 + + +卷插件让您能给 {{< glossary_tooltip text="Pod" term_id="pod" >}} 附加和挂载存储卷。卷插件既可以是 _in tree_ 也可以是 _out of tree_ 。_in tree_ 插件是 Kubernetes 代码库的一部分,并遵循其发布周期。而 _Out of tree_ 插件则是独立开发的。