Skip to content

Commit e861bd3

Browse files
authored
Merge pull request #29012 from Kartik494/stableexample
Modify documentation for stable storage
2 parents 07725b5 + c7a44f1 commit e861bd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +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
178-
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
179177
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
180178
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its
181179
PersistentVolume Claims. Note that, the PersistentVolumes associated with the

0 commit comments

Comments
 (0)