zh translation: docs/reference/config/analysis/ist0111/index.md (#9159)

* zh-translation/docs/reference/config/analysis/ist0109

* zh-translation: docs/reference/config/analysis/ist0111/index.md

* Revert "zh-translation/docs/reference/config/analysis/ist0109"

This reverts commit f61ac0a666.
This commit is contained in:
orangegzx 2021-03-11 18:15:35 +08:00 committed by GitHub
parent 9d1e9ca68e
commit 4e3fe4be5d
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: MultipleSidecarsWithoutWorkloadSelectors
layout: analysis-message
owner: istio/wg-user-experience-maintainers
test: n/a
---
This message occurs when more than one Sidecar resource in a namespace does not define any workload selector. 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 this, ensure that each namespace has only one Sidecar resource without a workload selector.
解决该问题,需确保每个命名空间有且仅有一个没有定义工作负载选择器的 Sidecar 资源。