Skip to content

Commit 5cd2910

Browse files
authored
Merge pull request #43238 from knthm/fix-capacity-unit-letter-case
Fix incorrect letter casing for data storage units
2 parents 1cd571b + 1cb5efb commit 5cd2910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Cluster Domain will be set to `cluster.local` unless
225225

226226
For each VolumeClaimTemplate entry defined in a StatefulSet, each Pod receives one
227227
PersistentVolumeClaim. In the nginx example above, each Pod receives a single PersistentVolume
228-
with a StorageClass of `my-storage-class` and 1 Gib of provisioned storage. If no StorageClass
228+
with a StorageClass of `my-storage-class` and 1 GiB of provisioned storage. If no StorageClass
229229
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
230230
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its
231231
PersistentVolume Claims. Note that, the PersistentVolumes associated with the

0 commit comments

Comments
 (0)