From c71a8533bb895fc604ba272b9c1182ce8fcf6c2c Mon Sep 17 00:00:00 2001 From: dayu Date: Sat, 14 Dec 2019 14:31:48 +0800 Subject: [PATCH] zh-translation: content/zh/docs/reference/config/analysis/ist0107/index.md (#6077) * translate done * refine doc --- .../zh/docs/reference/config/analysis/ist0107/index.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/zh/docs/reference/config/analysis/ist0107/index.md b/content/zh/docs/reference/config/analysis/ist0107/index.md index 1ef64e949f..e235ecd5e2 100644 --- a/content/zh/docs/reference/config/analysis/ist0107/index.md +++ b/content/zh/docs/reference/config/analysis/ist0107/index.md @@ -3,12 +3,8 @@ title: MisplacedAnnotation layout: analysis-message --- -This message occurs when an Istio {{< gloss >}}annotation{{< /gloss >}} is attached to an invalid resource, -or to a resource in the wrong location. +此消息发生在当 Istio {{< gloss >}}annotation{{< /gloss >}} 被添加到无效的资源上或资源的错误位置时。 -For example, this could occur if you create a deployment and attach the -annotation to the deployment instead of attaching the annotation to the pods it -creates. +比如,当你创建一个 deployment 并且把 annotation 添加 deployment 上而不是它创建的 pod 上时就会发生。 -To resolve this problem, verify that your annotations are correctly placed and -try again. +为了解决此问题,检查你的 annotation 是否被放在了正确的地方然后重试。