Skip to content

Commit

Permalink
Fix storageclass pvc statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Affan-7 committed Jul 24, 2023
1 parent ff6d646 commit 883e4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 883e4f0

Please sign in to comment.