Merge pull request #276 from chaosky/patch-2

fix some sentences
pull/277/head
Jimmy Song 2018-08-29 17:11:43 +08:00 committed by GitHub
commit 14410367d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -483,9 +483,9 @@ spec:
## 编写可移植配置 ## 编写可移植配置
如果您正在编写在多种集上运行并需要持久存储的配置模板或示例,我们建议您使用以下模式: 如果您正在编写在多种集上运行并需要持久存储的配置模板或示例,我们建议您使用以下模式:
- 要在您的在配置组合中包含 `PersistentVolumeClaim` 对象(与 Deployment、ConfigMap等一起 - 要在您的在配置组合中包含 `PersistentVolumeClaim` 对象(与 Deployment、ConfigMap等一起
- 不要在配置中包含 `PersistentVolume` 对象,因为用户实例化配置可能没有创建 `PersistentVolume` 的权限。 - 不要在配置中包含 `PersistentVolume` 对象,因为用户实例化配置可能没有创建 `PersistentVolume` 的权限。
- 给用户在实例化模板时提供存储类名称的选项。 - 给用户在实例化模板时提供存储类名称的选项。
- 如果用户提供存储类名称,则将该值放入 `persistentVolumeClaim.storageClassName` 字段中。如果集群具有由管理员启用的 StorageClass这将导致 PVC 匹配正确的存储类别。 - 如果用户提供存储类名称,则将该值放入 `persistentVolumeClaim.storageClassName` 字段中。如果集群具有由管理员启用的 StorageClass这将导致 PVC 匹配正确的存储类别。