Skip to content

Commit 84ce0f1

Browse files
committed
Fix storageclass pvc statement
1 parent ff6d646 commit 84ce0f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,9 @@ is turned on.
847847
PVs of that default. Specifying a default StorageClass is done by setting the
848848
annotation `storageclass.kubernetes.io/is-default-class` equal to `true` in
849849
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.
853853
* If the admission plugin is turned off, there is no notion of a default
854854
StorageClass. All PVCs that have `storageClassName` set to `""` can be
855855
bound only to PVs that have `storageClassName` also set to `""`.

0 commit comments

Comments
 (0)