From 95b415574469d192da0cf023ade6d739a30a0572 Mon Sep 17 00:00:00 2001 From: Abhigya Dufare <76903966+abhigyadufare@users.noreply.github.com> Date: Sun, 4 Jun 2023 17:17:06 +0530 Subject: [PATCH] Typo fix: labels.md found the same as mentioned in #41355 --- .../zh-cn/docs/concepts/overview/working-with-objects/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/concepts/overview/working-with-objects/labels.md b/content/zh-cn/docs/concepts/overview/working-with-objects/labels.md index d2e966cbc5..0a1158e449 100644 --- a/content/zh-cn/docs/concepts/overview/working-with-objects/labels.md +++ b/content/zh-cn/docs/concepts/overview/working-with-objects/labels.md @@ -405,7 +405,7 @@ The set of pods that a `service` targets is defined with a label selector. Similarly, the population of pods that a `replicationcontroller` should manage is also defined with a label selector. -Labels selectors for both objects are defined in `json` or `yaml` files using maps, +Label selectors for both objects are defined in `json` or `yaml` files using maps, and only _equality-based_ requirement selectors are supported: --> #### Service 和 ReplicationController