Skip to content

Commit 9ade714

Browse files
authored
Merge pull request #26245 from ydFu/update-new-sysc-in-0126
[zh] update Sync concepts pages for secret and ingress
2 parents 3fce814 + c669471 commit 9ade714

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/zh/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ SSH 私钥自身无法建立 SSH 客户端与服务器端之间的可信连接
494494
<!--
495495
### TLS secrets
496496

497-
Kubernetes provides a builtin Secret type `kubernetes.io/tls` for to storing
497+
Kubernetes provides a builtin Secret type `kubernetes.io/tls` for storing
498498
a certificate and its associated key that are typically used for TLS . This
499499
data is primarily used with TLS termination of the Ingress resource, but may
500500
be used with other resources or directly by a workload.

content/zh/docs/concepts/services-networking/ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,12 +651,12 @@ Ingress 控制器 IP 地址的任何网络流量,而无需基于名称的虚
651651

652652
<!--
653653
For example, the following Ingress routes traffic
654-
requested for `first.bar.com` to `service1`, `second.foo.com` to `service2`, and any traffic
654+
requested for `first.bar.com` to `service1`, `second.bar.com` to `service2`, and any traffic
655655
to the IP address without a hostname defined in request (that is, without a request header being
656656
presented) to `service3`.
657657
-->
658658
例如,以下 Ingress 会将针对 `first.bar.com` 的请求流量路由到 `service1`
659-
将针对 `second.foo.com` 的请求流量路由到 `service2`
659+
将针对 `second.bar.com` 的请求流量路由到 `service2`
660660
而针对该 IP 地址的、没有在请求中定义主机名的请求流量会被路由(即,不提供请求标头)
661661
`service3`
662662

0 commit comments

Comments
 (0)