content/en: Fix incorrect letter casing for data storage units

Unit Gib (Gibibit) was used where GiB (Gibibyte) was intended.
pull/43238/head
Kenneth J. Miller 2023-09-28 12:35:21 +02:00
parent 8d17471d56
commit 1cb5efb1a7
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ Cluster Domain will be set to `cluster.local` unless
For each VolumeClaimTemplate entry defined in a StatefulSet, each Pod receives one
PersistentVolumeClaim. In the nginx example above, each Pod receives a single PersistentVolume
with a StorageClass of `my-storage-class` and 1 Gib of provisioned storage. If no StorageClass
with a StorageClass of `my-storage-class` and 1 GiB of provisioned storage. If no StorageClass
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its
PersistentVolume Claims. Note that, the PersistentVolumes associated with the