Skip to content

Commit

Permalink
updated the wrong link in default storage classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adarsh-verma-14 committed Jun 24, 2024
1 parent fbc7ccc commit 0f25d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When a PVC does not specify a `storageClassName`, the default StorageClass is
used.

If you set the
[`storageclass.kubernetes.io/is-default-class`](/docs/reference/labels-annotations-taints/#ingressclass-kubernetes-io-is-default-class)
[`storageclass.kubernetes.io/is-default-class`](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class)
annotation to true on more than one StorageClass in your cluster, and you then
create a PersistentVolumeClaim with no `storageClassName` set, Kubernetes
uses the most recently created default StorageClass.
Expand Down

0 comments on commit 0f25d68

Please sign in to comment.