You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/storage/dynamic-provisioning.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,6 @@ to represent them in Kubernetes. The dynamic provisioning feature eliminates
19
19
the need for cluster administrators to pre-provision storage. Instead, it
20
20
automatically provisions storage when it is requested by users.
21
21
22
-
23
-
24
-
25
22
<!-- body -->
26
23
27
24
## Background
@@ -116,7 +113,7 @@ can enable this behavior by:
116
113
is enabled on the API server.
117
114
118
115
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.
120
117
When a default `StorageClass` exists in a cluster and a user creates a
121
118
`PersistentVolumeClaim`with `storageClassName` unspecified, the
122
119
`DefaultStorageClass`admission controller automatically adds the
@@ -128,9 +125,9 @@ be created.
128
125
129
126
## Topology Awareness
130
127
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
132
129
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
0 commit comments