Skip to content

Commit

Permalink
Merge pull request #42177 from Affan-7/storageclass-pvc-statement
Browse files Browse the repository at this point in the history
Fix storageclass pvc statement
  • Loading branch information
k8s-ci-robot authored Aug 17, 2023
2 parents 59067e4 + 84ce0f1 commit 1c4a01d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,9 +857,9 @@ is turned on.
PVs of that default. Specifying a default StorageClass is done by setting the
annotation `storageclass.kubernetes.io/is-default-class` equal to `true` in
a StorageClass object. If the administrator does not specify a default, the
cluster responds to PVC creation as if the admission plugin were turned off. If
more than one default is specified, the admission plugin forbids the creation of
all PVCs.
cluster responds to PVC creation as if the admission plugin were turned off. If more than one
default StorageClass is specified, the newest default is used when the
PVC is dynamically provisioned.
* If the admission plugin is turned off, there is no notion of a default
StorageClass. All PVCs that have `storageClassName` set to `""` can be
bound only to PVs that have `storageClassName` also set to `""`.
Expand Down

0 comments on commit 1c4a01d

Please sign in to comment.