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 @@ -847,9 +847,9 @@ is turned on.
847
847
PVs of that default. Specifying a default StorageClass is done by setting the
848
848
annotation `storageclass.kubernetes.io/is-default-class` equal to `true` in
849
849
a StorageClass object. If the administrator does not specify a default, the
850
- cluster responds to PVC creation as if the admission plugin were turned off. If
851
- more than one default is specified, the admission plugin forbids the creation of
852
- all PVCs .
850
+ cluster responds to PVC creation as if the admission plugin were turned off. If more than one
851
+ default StorageClass is specified, the newest default is used when the
852
+ PVC is dynamically provisioned .
853
853
* If the admission plugin is turned off, there is no notion of a default
854
854
StorageClass. All PVCs that have `storageClassName` set to `""` can be
855
855
bound only to PVs that have `storageClassName` also set to `""`.
You can’t perform that action at this time.
0 commit comments