From f849accf5f6cf739f8bf05a058b1a12280adb014 Mon Sep 17 00:00:00 2001 From: Guangze GAO Date: Sat, 23 May 2020 18:00:51 +0800 Subject: [PATCH] Correct bugs --- .../2018-08-02-dynamically-expand-volume-csi.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/zh/blog/_posts/2018-08-02-dynamically-expand-volume-csi.md b/content/zh/blog/_posts/2018-08-02-dynamically-expand-volume-csi.md index a59c62a4d8..20a6f64ab2 100644 --- a/content/zh/blog/_posts/2018-08-02-dynamically-expand-volume-csi.md +++ b/content/zh/blog/_posts/2018-08-02-dynamically-expand-volume-csi.md @@ -8,7 +8,7 @@ date: 2018-08-02 --- layout: blog -title: '使用CSI和Kubernetes实现卷的动态扩容' +title: '使用 CSI 和 Kubernetes 实现卷的动态扩容' date: 2018-08-02 --- @@ -70,7 +70,7 @@ Currently, expanding volume is only available with those storage provisioners: In order to enable this feature, we should set feature gate `ExpandPersistentVolumes` true and turn on the `PersistentVolumeClaimResize` admission plugin. Once `PersistentVolumeClaimResize` has been enabled, resizing will be allowed by a Storage Class whose `allowVolumeExpansion` field is set to true. --> -为了启用此功能,我们应该将功能门 `ExpandPersistentVolumes` 设置为 true 并打开 `PersistentVolumeClaimResize` 准入插件。 一旦启用了 `PersistentVolumeClaimResize`,则其对应的 `allowVolumeExpansion` 字段设置为 true 的存储类将允许调整大小。 +为了启用此功能,我们应该将特性开关 `ExpandPersistentVolumes` 设置为 true 并打开 `PersistentVolumeClaimResize` 准入插件。 一旦启用了 `PersistentVolumeClaimResize`,则其对应的 `allowVolumeExpansion` 字段设置为 true 的存储类将允许调整大小。 -* 引入了三个新的外部组件以分离 Kubernetes 和存储提供程序逻辑 +* 引入了三个新的外部组件以解耦 Kubernetes 和存储提供程序逻辑 * 蓝色箭头表示针对 API 服务器进行调用的常规方法 * 红色箭头显示 gRPC 以针对 Volume Driver 进行调用 @@ -132,7 +132,7 @@ For more details, please visit: https://github.com/container-storage-interface/s ## Extend CSI and Kubernetes --> -##扩展 CSI 和 Kubernetes +## 扩展 CSI 和 Kubernetes -##扩展CSI规范 +## 扩展CSI规范 -##扩展 “In-Tree” 卷插件 +## 扩展 “In-Tree” 卷插件