mirror of https://github.com/istio/istio.io.git
zh-translation: content/zh/docs/reference/config/analysis/ist0107/index.md (#6077)
* translate done * refine doc
This commit is contained in:
parent
90ddf0383a
commit
c71a8533bb
|
@ -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 是否被放在了正确的地方然后重试。
|
||||
|
|
Loading…
Reference in New Issue