From 57e1fcd7b87c13a36c05b5dd1e1abbbad5f9a52c Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Thu, 4 Feb 2021 13:15:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=20fullwidth=20`=EF=BC=81`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the `!` in `!=` should use halfwidth form instead of fullwidth, otherwise it will cause trouble in K8s. Signed-off-by: Hollow Man --- .../zh/docs/concepts/overview/working-with-objects/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/overview/working-with-objects/labels.md b/content/zh/docs/concepts/overview/working-with-objects/labels.md index 93f4a350ca..d5dc5821ae 100644 --- a/content/zh/docs/concepts/overview/working-with-objects/labels.md +++ b/content/zh/docs/concepts/overview/working-with-objects/labels.md @@ -162,7 +162,7 @@ Three kinds of operators are admitted `=`,`==`,`!=`. The first two represent _eq _基于等值_ 或 _基于不等值_ 的需求允许按标签键和值进行过滤。 匹配对象必须满足所有指定的标签约束,尽管它们也可能具有其他标签。 -可接受的运算符有`=`、`==` 和 `!=` 三种。 +可接受的运算符有`=`、`==` 和 `!=` 三种。 前两个表示 _相等_(并且只是同义词),而后者表示 _不相等_。例如: ```