Skip to content

Commit 4270ece

Browse files
author
kartik494
committed
Modify documentation for stable storage
1 parent 470af7f commit 4270ece

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-
Kubernetes creates one [PersistentVolume](/docs/concepts/storage/persistent-volumes/) for each
177-
VolumeClaimTemplate. In the nginx example above, each Pod will receive a single PersistentVolume
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
178177
with a StorageClass of `my-storage-class` and 1 Gib of provisioned storage. If no StorageClass
179178
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
180179
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its

0 commit comments

Comments
 (0)