Skip to content

Commit

Permalink
Fixed the typo in non - template pod acquisitions
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisharrsh committed May 11, 2024
1 parent f32f1cd commit ffd7e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/workloads/controllers/replicaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ffd7e60

Please sign in to comment.