Skip to content

Commit df4e3e1

Browse files
author
Tamilselvan
authored
Information about default StorageClasses
1 parent f439990 commit df4e3e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ When a default `StorageClass` exists in a cluster and a user creates a
119119
`DefaultStorageClass` admission controller automatically adds the
120120
`storageClassName` field pointing to the default storage class.
121121

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

0 commit comments

Comments
 (0)