From ffd7e60a0c69f60fc0b0d5581b8b4593682fa771 Mon Sep 17 00:00:00 2001 From: thisisharrsh Date: Sat, 11 May 2024 13:09:04 +0530 Subject: [PATCH] Fixed the typo in non - template pod acquisitions --- content/en/docs/concepts/workloads/controllers/replicaset.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/workloads/controllers/replicaset.md b/content/en/docs/concepts/workloads/controllers/replicaset.md index 28aa6423636c4..a0865fb6bdeec 100644 --- a/content/en/docs/concepts/workloads/controllers/replicaset.md +++ b/content/en/docs/concepts/workloads/controllers/replicaset.md @@ -163,8 +163,8 @@ metadata: ## Non-Template Pod acquisitions While you can create bare Pods with no problems, it is strongly recommended to make sure that the bare Pods do not have -labels which match the selector of one of your ReplicaSets. The reason for this is because a ReplicaSet is not limited -to owning Pods specified by its template-- it can acquire other Pods in the manner specified in the previous sections. +labels that match the selector of one of your ReplicaSets. The reason for this is that a ReplicaSet is not limited +to owning Pods specified by its template, it can acquire other Pods in the manner specified in the previous sections. Take the previous frontend ReplicaSet example, and the Pods specified in the following manifest: