Skip to content

Commit 1c4a01d

Browse files
authored
Merge pull request #42177 from Affan-7/storageclass-pvc-statement
Fix storageclass pvc statement
2 parents 59067e4 + 84ce0f1 commit 1c4a01d

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
@@ -857,9 +857,9 @@ is turned on.
857857
PVs of that default. Specifying a default StorageClass is done by setting the
858858
annotation `storageclass.kubernetes.io/is-default-class` equal to `true` in
859859
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.
863863
* If the admission plugin is turned off, there is no notion of a default
864864
StorageClass. All PVCs that have `storageClassName` set to `""` can be
865865
bound only to PVs that have `storageClassName` also set to `""`.

0 commit comments

Comments
 (0)