diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index c1d686dfa10fc..e9b4697d1300e 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -61,8 +61,8 @@ volumeBindingMode: Immediate When a PVC does not specify a `storageClassName`, the default StorageClass is used. The cluster can only have one default StorageClass. If more than one -default StorageClass is accidentally set, the newest default is used when the -PVC is dynamically provisioned. +default StorageClass is accidentally set, the admission plugin forbids the +creation of all PVCs. For instructions on setting the default StorageClass, see [Change the default StorageClass](/docs/tasks/administer-cluster/change-default-storage-class/).