Skip to content

Commit cdf578e

Browse files
authored
Merge pull request #32766 from miteshskj/statefulset-review
Remove stale information about unsupported versions.
2 parents 508f111 + 7c58a81 commit cdf578e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The name of a StatefulSet object must be a valid
115115

116116
### Pod Selector
117117

118-
You must set the `.spec.selector` field of a StatefulSet to match the labels of its `.spec.template.metadata.labels`. In 1.8 and later versions, failing to specify a matching Pod Selector will result in a validation error during StatefulSet creation.
118+
You must set the `.spec.selector` field of a StatefulSet to match the labels of its `.spec.template.metadata.labels`. Failing to specify a matching Pod Selector will result in a validation error during StatefulSet creation.
119119

120120
### Volume Claim Templates
121121

@@ -226,7 +226,7 @@ is completely shutdown, but prior to web-1's termination, web-1 would not be ter
226226
until web-0 is Running and Ready.
227227

228228
### Pod Management Policies
229-
In Kubernetes 1.7 and later, StatefulSet allows you to relax its ordering guarantees while
229+
StatefulSet allows you to relax its ordering guarantees while
230230
preserving its uniqueness and identity guarantees via its `.spec.podManagementPolicy` field.
231231

232232
#### OrderedReady Pod Management

0 commit comments

Comments
 (0)