From c6694718235f435214384892e4431097a152a799 Mon Sep 17 00:00:00 2001 From: ydFu Date: Tue, 26 Jan 2021 09:12:56 +0800 Subject: [PATCH] [zh] update Sync concepts pages for secret and ingress * sync with english version in secret.md and ingress.md --- content/zh/docs/concepts/configuration/secret.md | 2 +- content/zh/docs/concepts/services-networking/ingress.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/zh/docs/concepts/configuration/secret.md b/content/zh/docs/concepts/configuration/secret.md index e4c1abd2275f5..f1f950ac3e929 100644 --- a/content/zh/docs/concepts/configuration/secret.md +++ b/content/zh/docs/concepts/configuration/secret.md @@ -494,7 +494,7 @@ SSH 私钥自身无法建立 SSH 客户端与服务器端之间的可信连接 例如,以下 Ingress 会将针对 `first.bar.com` 的请求流量路由到 `service1`, -将针对 `second.foo.com` 的请求流量路由到 `service2`, +将针对 `second.bar.com` 的请求流量路由到 `service2`, 而针对该 IP 地址的、没有在请求中定义主机名的请求流量会被路由(即,不提供请求标头) 到 `service3`。