File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,10 @@ 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 there can be at most one *default* storage class on a cluster, or
123
- a `PersistentVolumeClaim` without `storageClassName` explicitly specified cannot
124
- be created.
122
+ Note that if you set the `storageclass.kubernetes.io/is-default-class`
123
+ annotation to true on more than one StorageClass in your cluster, and you then
124
+ create a `PersistentVolumeClaim` with no `storageClassName` set, Kubernetes
125
+ uses the most recently created default StorageClass.
125
126
126
127
# # Topology Awareness
127
128
You can’t perform that action at this time.
0 commit comments