Merge pull request #6437 from kairen/fix-pv-1

Remove unnecessary ditto marks
This commit is contained in:
Qiming
2017-11-24 14:39:44 +08:00
committed by GitHub
+1 -4
View File
@@ -54,7 +54,7 @@ dynamic provisioning for themselves.
To enable dynamic storage provisioning based on storage class, the cluster administrator To enable dynamic storage provisioning based on storage class, the cluster administrator
needs to enable the `DefaultStorageClass` [admission controller](/docs/admin/admission-controllers/#defaultstorageclass) needs to enable the `DefaultStorageClass` [admission controller](/docs/admin/admission-controllers/#defaultstorageclass)
on the API server. This can be done, for example, by ensuring that `DefaultStorageClass` is on the API server. This can be done, for example, by ensuring that `DefaultStorageClass` is
among the comma-delimited, ordered list of values for the `--admission-control` flag of among the comma-delimited, ordered list of values for the `--admission-control` flag of
the API server component. For more information on API server command line flags, the API server component. For more information on API server command line flags,
please check [kube-apiserver](/docs/admin/kube-apiserver/) documentation. please check [kube-apiserver](/docs/admin/kube-apiserver/) documentation.
@@ -417,8 +417,6 @@ spec:
`PersistentVolumes` binds are exclusive, and since `PersistentVolumeClaims` are namespaced objects, mounting claims with "Many" modes (`ROX`, `RWX`) is only possible within one namespace. `PersistentVolumes` binds are exclusive, and since `PersistentVolumeClaims` are namespaced objects, mounting claims with "Many" modes (`ROX`, `RWX`) is only possible within one namespace.
``
## Writing Portable Configuration ## Writing Portable Configuration
If you're writing configuration templates or examples that run on a wide range of clusters If you're writing configuration templates or examples that run on a wide range of clusters
@@ -455,4 +453,3 @@ and need persistent storage, we recommend that you use the following pattern:
default. default.
At some point, the alpha annotation will cease to have meaning, but the unset At some point, the alpha annotation will cease to have meaning, but the unset
`storageClass` field on the PVC will have the desired effect. `storageClass` field on the PVC will have the desired effect.