You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/workloads/controllers/statefulset.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,8 +173,7 @@ Cluster Domain will be set to `cluster.local` unless
173
173
174
174
### Stable Storage
175
175
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
178
177
with a StorageClass of `my-storage-class` and 1 Gib of provisioned storage. If no StorageClass
179
178
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
180
179
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its
0 commit comments