Skip to content

Commit b183be6

Browse files
authored
Merge pull request #35314 from Kartik494/addhyperlink
Add hyperlink to is-default-class annotation
2 parents fb24666 + 9cf150f commit b183be6

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` [annotation](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class) 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)