File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,7 @@ When a default `StorageClass` exists in a cluster and a user creates a
119
119
` DefaultStorageClass` admission controller automatically adds the
120
120
` storageClassName` field pointing to the default storage class.
121
121
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`
124
123
annotation to true on more than one StorageClass in your cluster, and you then
125
124
create a `PersistentVolumeClaim` with no `storageClassName` set, Kubernetes
126
125
uses the most recently created default StorageClass.
You can’t perform that action at this time.
0 commit comments