Remove stale information about unsupported versions.

This commit is contained in:
Mitesh Jain 2022-04-06 01:48:25 +05:30
parent 3cadb66eb8
commit 7c58a81b89
No known key found for this signature in database
GPG Key ID: E397C9E72FBFEE6F
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ The name of a StatefulSet object must be a valid
### Pod Selector ### Pod Selector
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. 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.
### Volume Claim Templates ### Volume Claim Templates
@ -226,7 +226,7 @@ is completely shutdown, but prior to web-1's termination, web-1 would not be ter
until web-0 is Running and Ready. until web-0 is Running and Ready.
### Pod Management Policies ### Pod Management Policies
In Kubernetes 1.7 and later, StatefulSet allows you to relax its ordering guarantees while StatefulSet allows you to relax its ordering guarantees while
preserving its uniqueness and identity guarantees via its `.spec.podManagementPolicy` field. preserving its uniqueness and identity guarantees via its `.spec.podManagementPolicy` field.
#### OrderedReady Pod Management #### OrderedReady Pod Management