Skip to content

Commit f218c25

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ 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.
226+
The API version `apps/v1` on the ReplicaSet kind is the current version and is enabled by default.
227227
Refer to the first lines of the `frontend.yaml` example for guidance.
228228

229229
The name of a ReplicaSet object must be a valid

0 commit comments

Comments
 (0)