From 1cb5efb1a77ee08f26922b5828f98704785c7538 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Miller" Date: Thu, 28 Sep 2023 12:35:21 +0200 Subject: [PATCH] content/en: Fix incorrect letter casing for data storage units Unit Gib (Gibibit) was used where GiB (Gibibyte) was intended. --- content/en/docs/concepts/workloads/controllers/statefulset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/statefulset.md b/content/en/docs/concepts/workloads/controllers/statefulset.md index 87415e8df2..927b2e53f3 100644 --- a/content/en/docs/concepts/workloads/controllers/statefulset.md +++ b/content/en/docs/concepts/workloads/controllers/statefulset.md @@ -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