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/zh-cn/docs/concepts/storage/dynamic-provisioning.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,15 +184,15 @@ can enable this behavior by:
184
184
185
185
<!--
186
186
An administrator can mark a specific `StorageClass` as default by adding the
187
-
`storageclass.kubernetes.io/is-default-class`[annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) to it.
187
+
[`storageclass.kubernetes.io/is-default-class` annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) to it.
188
188
When a default `StorageClass` exists in a cluster and a user creates a
189
189
`PersistentVolumeClaim`with `storageClassName` unspecified, the
190
190
`DefaultStorageClass`admission controller automatically adds the
191
191
`storageClassName`field pointing to the default storage class.
0 commit comments