From 67fd64d4106bd9c748b3ed3f049db463b5dc4b17 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 30 Dec 2018 14:51:56 +0800 Subject: [PATCH] Update flexvolume.md --- content/zh/docs/reference/glossary/flexvolume.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/reference/glossary/flexvolume.md b/content/zh/docs/reference/glossary/flexvolume.md index af9f0f98ccc8d..8603da3ffdddb 100644 --- a/content/zh/docs/reference/glossary/flexvolume.md +++ b/content/zh/docs/reference/glossary/flexvolume.md @@ -36,9 +36,9 @@ tags: Flexvolumes enable users to write their own drivers and add support for their volumes in Kubernetes. FlexVolume driver binaries and dependencies must be installed on host machines. This requires root access. The Storage SIG suggests implementing a {{< glossary_tooltip text="CSI" term_id="csi" >}} driver if possible since it addresses the limitations with Flexvolumes. --> -Flexvolume 允许用户编写自己的驱动程序,并在 Kubernetes 中添加对卷的支持。 +Flexvolume 允许用户编写自己的驱动程序,并在 Kubernetes 中加入对用户自己的数据卷的支持。 FlexVolume 驱动程序的二进制文件和依赖项必须安装在主机上。这需要 root 权限。 -如果可能的话,Storage SIG 建议实现 {{< glossary_tooltip text="CSI" term_id="csi" >}} 驱动程序,因为它解决了 Flexvolumes 的限制。 +如果可能的话,SIG Storage 建议实现 {{< glossary_tooltip text="CSI" term_id="csi" >}} 驱动程序,因为它解决了 Flexvolumes 的限制。