From 796f55da35a06b0a94f82128d98684fe3a9c8d67 Mon Sep 17 00:00:00 2001 From: chaosky Date: Tue, 28 Aug 2018 16:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9D=E4=B8=8D=E8=A6=81=E2=80=9C=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E2=80=9D=E8=A6=81=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原文为 Do include PersistentVolumeClaim objects in your bundle of config (alongside Deployments, ConfigMaps, etc). --- concepts/persistent-volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/persistent-volume.md b/concepts/persistent-volume.md index 7a09b1fbc..ad14e3187 100644 --- a/concepts/persistent-volume.md +++ b/concepts/persistent-volume.md @@ -485,7 +485,7 @@ spec: 如果您正在编写在多种群集上运行并需要持久存储的配置模板或示例,我们建议您使用以下模式: -- 不要在您的在配置组合中包含 `PersistentVolumeClaim` 对象(与 Deployment、ConfigMap等一起)。 +- 要在您的在配置组合中包含 `PersistentVolumeClaim` 对象(与 Deployment、ConfigMap等一起)。 - 不要在配置中包含 `PersistentVolume` 对象,因为用户实例化配置可能没有创建 `PersistentVolume` 的权限。 - 给用户在实例化模板时提供存储类名称的选项。 - 如果用户提供存储类名称,则将该值放入 `persistentVolumeClaim.storageClassName` 字段中。如果集群具有由管理员启用的 StorageClass,这将导致 PVC 匹配正确的存储类别。