Skip to content

Commit 275bb93

Browse files
authored
Merge pull request #32763 from miteshskj/replicaset-review
Remove stale information about apiVersion.
2 parents d442f4c + 1a5fe3c commit 275bb93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ In this manner, a ReplicaSet can own a non-homogenous set of Pods
223223

224224
As with all other Kubernetes API objects, a ReplicaSet needs the `apiVersion`, `kind`, and `metadata` fields.
225225
For ReplicaSets, the `kind` is always a ReplicaSet.
226-
In Kubernetes 1.9 the API version `apps/v1` on the ReplicaSet kind is the current version and is enabled by default. The API version `apps/v1beta2` is deprecated.
227-
Refer to the first lines of the `frontend.yaml` example for guidance.
228226

229227
The name of a ReplicaSet object must be a valid
230228
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).

0 commit comments

Comments
 (0)