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

Remove unnecessary ditto marks
pull/6444/head
Qiming 2017-11-24 14:39:44 +08:00 committed by GitHub
commit 0c289b6abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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.
``
## Writing Portable Configuration
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.
At some point, the alpha annotation will cease to have meaning, but the unset
`storageClass` field on the PVC will have the desired effect.