From c8dd92370ce2df87d924385e48577230887f24d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=85=E8=BF=9B=E8=B6=85?= Date: Mon, 27 Dec 2021 16:47:16 +0800 Subject: [PATCH] [zh] synchronize translate debug-service.md (#31106) * [zh] synchronize translate debug-service.md * [zh] fix debug-service.md chinese syntax --- .../debug-application-cluster/debug-service.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/zh/docs/tasks/debug-application-cluster/debug-service.md b/content/zh/docs/tasks/debug-application-cluster/debug-service.md index 469e004a5c..a6d0ea3f27 100644 --- a/content/zh/docs/tasks/debug-application-cluster/debug-service.md +++ b/content/zh/docs/tasks/debug-application-cluster/debug-service.md @@ -305,6 +305,22 @@ Services, these values might be the same. 为了突出配置范围的完整性,你在此处创建的 Service 使用的端口号与 Pods 不同。 对于许多真实的 Service,这些值可以是相同的。 + + +## 是否存在影响目标 Pod 的网络策略入站规则? + +如果你部署了任何可能影响到 `hostnames-*` Pod 的传入流量的网络策略入站规则, +则需要对其进行检查。 + +详细信息,请参阅[网络策略](/zh/docs/concepts/services-networking/network-policies/)。 +