File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ Cluster Domain will be set to `cluster.local` unless
225
225
226
226
For each VolumeClaimTemplate entry defined in a StatefulSet, each Pod receives one
227
227
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
229
229
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
230
230
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its
231
231
PersistentVolume Claims. Note that, the PersistentVolumes associated with the
You can’t perform that action at this time.
0 commit comments