Typo in storage docs
Fix typo in storage docs storageClasName -> storageClassName
This commit is contained in:
@@ -318,7 +318,7 @@ A claim can request a particular class by specifying the name of a
|
|||||||
Only PVs of the requested class, ones with the same `storageClassName` as the PVC, can
|
Only PVs of the requested class, ones with the same `storageClassName` as the PVC, can
|
||||||
be bound to the PVC.
|
be bound to the PVC.
|
||||||
|
|
||||||
PVCs don't necessarily have to request a class. A PVC with its `storageClasName` set
|
PVCs don't necessarily have to request a class. A PVC with its `storageClassName` set
|
||||||
equal to `""` is always interpreted to be requesting a PV with no class, so it
|
equal to `""` is always interpreted to be requesting a PV with no class, so it
|
||||||
can only be bound to PVs with no class (no annotation or one set equal to
|
can only be bound to PVs with no class (no annotation or one set equal to
|
||||||
`""`). A PVC with no `storageClassName` is not quite the same and is treated differently
|
`""`). A PVC with no `storageClassName` is not quite the same and is treated differently
|
||||||
|
|||||||
Reference in New Issue
Block a user