Skip to content

Commit 8cc45e3

Browse files
author
kartik494
committed
Add hyperlink for is-default-class annotation
1 parent 7078c38 commit 8cc45e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ can enable this behavior by:
116116
is enabled on the API server.
117117

118118
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`](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) annotation to it.
120120
When a default `StorageClass` exists in a cluster and a user creates a
121121
`PersistentVolumeClaim` with `storageClassName` unspecified, the
122122
`DefaultStorageClass` admission controller automatically adds the

0 commit comments

Comments
 (0)