Skip to content

Commit 2e054f9

Browse files
authored
Merge pull request #29700 from tedhexaflow/main
Fix Spelling
2 parents a72e754 + c1c2f08 commit 2e054f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Cluster Domain will be set to `cluster.local` unless
173173

174174
### Stable Storage
175175

176-
For each VolumeClaimTemplate entry defined in a StatefulSet, each Pod receives one PersistentVolumeClaim. In the nginx example above, each Podreceives a single PersistentVolume with a StorageClass of `my-storage-class` and 1 Gib of provisioned storage. If no StorageClass
176+
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
177177
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
178178
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its
179179
PersistentVolume Claims. Note that, the PersistentVolumes associated with the
@@ -301,4 +301,3 @@ Please note that this field only works if you enable the `StatefulSetMinReadySec
301301
* Follow an example of [deploying a stateful application](/docs/tutorials/stateful-application/basic-stateful-set/).
302302
* Follow an example of [deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/).
303303
* Follow an example of [running a replicated stateful application](/docs/tasks/run-application/run-replicated-stateful-application/).
304-

0 commit comments

Comments
 (0)