File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -857,9 +857,9 @@ is turned on.
857
857
PVs of that default. Specifying a default StorageClass is done by setting the
858
858
annotation `storageclass.kubernetes.io/is-default-class` equal to `true` in
859
859
a StorageClass object. If the administrator does not specify a default, the
860
- cluster responds to PVC creation as if the admission plugin were turned off. If
861
- more than one default is specified, the admission plugin forbids the creation of
862
- all PVCs .
860
+ cluster responds to PVC creation as if the admission plugin were turned off. If more than one
861
+ default StorageClass is specified, the newest default is used when the
862
+ PVC is dynamically provisioned .
863
863
* If the admission plugin is turned off, there is no notion of a default
864
864
StorageClass. All PVCs that have `storageClassName` set to `""` can be
865
865
bound only to PVs that have `storageClassName` also set to `""`.
You can’t perform that action at this time.
0 commit comments