Skip to content

Commit c7a44f1

Browse files
author
kartik494
committed
Modify documentation for stablestorage
1 parent 4270ece commit c7a44f1

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,8 +173,7 @@ Cluster Domain will be set to `cluster.local` unless
173173

174174
### Stable Storage
175175

176-
Per each StatefulSet triggered pod Kubernetes creates a PersistentVolumeClaim object for each VolumeClaimTemplates entry defined in the StatefulSet object.In the nginx example above, each Pod will receive a single PersistentVolume
177-
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 Podreceives a single PersistentVolume with a StorageClass of `my-storage-class` and 1 Gib of provisioned storage. If no StorageClass
178177
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
179178
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its
180179
PersistentVolume Claims. Note that, the PersistentVolumes associated with the

0 commit comments

Comments
 (0)