@@ -35,8 +35,7 @@ of parameters. This design also ensures that end users don't have to worry
3535about the complexity and nuances of how storage is provisioned, but still
3636have the ability to select from multiple storage options.
3737
38- More information on storage classes can be found
39- [ here] ( /docs/concepts/storage/storage-classes/ ) .
38+ For more details, see the [ Storage Classes] ( /docs/concepts/storage/storage-classes/ ) concept.
4039
4140## Enabling Dynamic Provisioning
4241
@@ -81,7 +80,7 @@ their `PersistentVolumeClaim`. Before Kubernetes v1.6, this was done via the
8180is deprecated since v1.9. Users now can and should instead use the
8281` storageClassName` field of the `PersistentVolumeClaim` object. The value of
8382this field must match the name of a `StorageClass` configured by the
84- administrator (see [below ](#enabling-dynamic-provisioning)).
83+ administrator (see [Enabling Dynamic Provisioning ](#enabling-dynamic-provisioning)).
8584
8685To select the "fast" storage class, for example, a user would create the
8786following PersistentVolumeClaim :
@@ -109,7 +108,7 @@ Dynamic provisioning can be enabled on a cluster such that all claims are
109108dynamically provisioned if no storage class is specified. A cluster administrator
110109can enable this behavior by :
111110
112- - Marking one `StorageClass` object as *default*;
111+ - Marking one `StorageClass` object as *default*.
113112- Making sure that the [`DefaultStorageClass` admission controller](/docs/reference/access-authn-authz/admission-controllers/#defaultstorageclass)
114113 is enabled on the API server.
115114
0 commit comments