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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ can enable this behavior by:
116
116
is enabled on the API server.
117
117
118
118
An administrator can mark a specific `StorageClass` as default by adding the
119
-
`storageclass.kubernetes.io/is-default-class`annotation to it.
119
+
`storageclass.kubernetes.io/is-default-class`[annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) to it.
120
120
When a default `StorageClass` exists in a cluster and a user creates a
121
121
`PersistentVolumeClaim`with `storageClassName` unspecified, the
122
122
`DefaultStorageClass`admission controller automatically adds the
0 commit comments