zh-translation: docs/reference/config/analysis/ist0110/index.md (#9160)

* trans it

* Update content/zh/docs/reference/config/analysis/ist0110/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

* Update content/zh/docs/reference/config/analysis/ist0110/index.md

Co-authored-by: Kebe <kebe.liu@daocloud.io>

Co-authored-by: Kebe <kebe.liu@daocloud.io>
This commit is contained in:
MXuDong 2021-03-11 18:02:54 +08:00 committed by GitHub
parent 00c1299ef7
commit 2ba7883e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
---
title: ConflictingSidecarWorkloadSelectors
layout: analysis-message
owner: istio/wg-user-experience-maintainers
test: n/a
---
This message occurs when more than one Sidecar resource in a namespace selects the same workload instance. This can lead to undefined behavior. See the reference for the [Sidecar](/zh/docs/reference/config/networking/sidecar/) resource for more information.
当一个命名空间中,多个 Sidecar 资源选择相同的工作负载实例时会出现此问题。这可能导致未知问题。查看 [Sidecar](/zh/docs/reference/config/networking/sidecar/) 了解更多信息。
To fix, ensure that the set of workload instances (e.g. pods) selected by each Sidecar workload selector in a namespace do not overlap.
要解决此问题,请确保同一个命名空间中的 Sidecar 的负载选择器选择的工作负载实例(例如: Pod不会重复。