Skip to content

Commit 219cf70

Browse files
authored
Merge pull request #39920 from rptaylor/patch-1
fix grammar and incomplete sentence in StatefulSet definition
2 parents 8aab3e9 + 4ac4611 commit 219cf70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/glossary/statefulset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: statefulset
44
date: 2018-04-12
55
full_link: /docs/concepts/workloads/controllers/statefulset/
66
short_description: >
7-
Manages deployment and scaling of a set of Pods, with durable storage and persistent identifiers for each Pod.
7+
A StatefulSet manages deployment and scaling of a set of Pods, with durable storage and persistent identifiers for each Pod.
88
99
aka:
1010
tags:
@@ -17,6 +17,6 @@ tags:
1717

1818
<!--more-->
1919

20-
Like a {{< glossary_tooltip term_id="deployment" >}}, a StatefulSet manages Pods that are based on an identical container spec. Unlike a Deployment, a StatefulSet maintains a sticky identity for each of their Pods. These pods are created from the same spec, but are not interchangeable&#58; each has a persistent identifier that it maintains across any rescheduling.
20+
Like a {{< glossary_tooltip term_id="deployment" >}}, a StatefulSet manages Pods that are based on an identical container spec. Unlike a Deployment, a StatefulSet maintains a sticky identity for each of its Pods. These pods are created from the same spec, but are not interchangeable&#58; each has a persistent identifier that it maintains across any rescheduling.
2121

2222
If you want to use storage volumes to provide persistence for your workload, you can use a StatefulSet as part of the solution. Although individual Pods in a StatefulSet are susceptible to failure, the persistent Pod identifiers make it easier to match existing volumes to the new Pods that replace any that have failed.

0 commit comments

Comments
 (0)