Skip to content

Commit 1a5fe3c

Browse files
committed
Remove stale information about apiVersion.
1 parent f218c25 commit 1a5fe3c

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-
The API version `apps/v1` on the ReplicaSet kind is the current version and is enabled by default.
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)