Skip to content

Commit 8736ce7

Browse files
authored
Merge pull request #52997 from dkarczmarski/fix-style-concepts-storage-dynamic-provisioning-md
fix style in concepts/storage/dynamic-provisioning.md
2 parents ac0b835 + 47b7c6f commit 8736ce7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/en/docs/concepts/storage/dynamic-provisioning.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ of parameters. This design also ensures that end users don't have to worry
3535
about the complexity and nuances of how storage is provisioned, but still
3636
have 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
8180
is deprecated since v1.9. Users now can and should instead use the
8281
`storageClassName` field of the `PersistentVolumeClaim` object. The value of
8382
this 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

8685
To select the "fast" storage class, for example, a user would create the
8786
following PersistentVolumeClaim:
@@ -109,7 +108,7 @@ Dynamic provisioning can be enabled on a cluster such that all claims are
109108
dynamically provisioned if no storage class is specified. A cluster administrator
110109
can 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

Comments
 (0)