fix mistake in dynamic-provisioning

pull/6547/head
lichuqiang 2017-12-04 15:49:50 +08:00
parent 0b9fd9a718
commit a2ae7b7d39
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ When a default `StorageClass` exists in a cluster and a user creates a
`storageClassName` field pointing to the default storage class.
Note that there can be at most one *default* storage class on a cluster, or
a `PersistentVolumeClaim` with `storageClassName` explicitly specified cannot
a `PersistentVolumeClaim` without `storageClassName` explicitly specified cannot
be created.
{% endcapture %}