From ffdfca8afc283bd51eb2f73236717724f5c4179a Mon Sep 17 00:00:00 2001 From: MXuDong <34544445+MXuDong@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:21:37 +0800 Subject: [PATCH] zh-translation: docs/reference/config/analysis/ist0117/index.md (#9162) * trans it * fix some error * fix some error * Update index.md --- .../docs/reference/config/analysis/ist0117/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/zh/docs/reference/config/analysis/ist0117/index.md diff --git a/content/zh/docs/reference/config/analysis/ist0117/index.md b/content/zh/docs/reference/config/analysis/ist0117/index.md new file mode 100644 index 0000000000..3fae7179d7 --- /dev/null +++ b/content/zh/docs/reference/config/analysis/ist0117/index.md @@ -0,0 +1,12 @@ +--- +title: DeploymentRequiresServiceAssociated +layout: analysis-message +owner: istio/wg-user-experience-maintainers +test: no +--- + +当 Pod 资源没有与任何 Service 资源相关联时会出现该问题。 + +一个 Pod 即使没有暴露任何端口也必须被至少一个 Kubernetes 的 Service 资源关联。 + +请查看 [Istio 要求](/zh/docs/ops/deployment/requirements/)来了解更多信息。