Skip to content

Commit b4bce48

Browse files
authored
Merge pull request #37704 from windsonsea/dynpro
Optimize link text in /dynamic-provisioning.md
2 parents 42bbec9 + 32f1033 commit b4bce48

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ to represent them in Kubernetes. The dynamic provisioning feature eliminates
1919
the need for cluster administrators to pre-provision storage. Instead, it
2020
automatically provisions storage when it is requested by users.
2121

22-
23-
24-
2522
<!-- body -->
2623

2724
## Background
@@ -116,7 +113,7 @@ can enable this behavior by:
116113
is enabled on the API server.
117114

118115
An administrator can mark a specific `StorageClass` as default by adding the
119-
`storageclass.kubernetes.io/is-default-class` [annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) to it.
116+
[`storageclass.kubernetes.io/is-default-class` annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) to it.
120117
When a default `StorageClass` exists in a cluster and a user creates a
121118
`PersistentVolumeClaim` with `storageClassName` unspecified, the
122119
`DefaultStorageClass` admission controller automatically adds the
@@ -128,9 +125,9 @@ be created.
128125

129126
## Topology Awareness
130127

131-
In [Multi-Zone](/docs/setup/multiple-zones) clusters, Pods can be spread across
128+
In [Multi-Zone](/docs/setup/best-practices/multiple-zones/) clusters, Pods can be spread across
132129
Zones in a Region. Single-Zone storage backends should be provisioned in the Zones where
133-
Pods are scheduled. This can be accomplished by setting the [Volume Binding
134-
Mode](/docs/concepts/storage/storage-classes/#volume-binding-mode).
130+
Pods are scheduled. This can be accomplished by setting the
131+
[Volume Binding Mode](/docs/concepts/storage/storage-classes/#volume-binding-mode).
135132

136133

0 commit comments

Comments
 (0)