Skip to content

Commit 2860712

Browse files
authored
Merge pull request #38292 from my-git9/zhsync/labels-annotations-taints-ingress
[zh-cn]sync labels-annotations-taints/index ingress.md
2 parents 3c5c7c6 + 3fb642d commit 2860712

File tree

2 files changed

+5
-5
lines changed
  • content/zh-cn/docs

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Ingress 中的每个路径都需要有对应的路径类型(Path Type)。未
309309
310310
If the last element of the path is a substring of the last
311311
element in request path, it is not a match (for example: `/foo/bar`
312-
matches`/foo/bar/baz`, but does not match `/foo/barbaz`).
312+
matches `/foo/bar/baz`, but does not match `/foo/barbaz`).
313313
-->
314314
* `ImplementationSpecific`:对于这种路径类型,匹配方法取决于 IngressClass。
315315
具体实现可以将其作为单独的 `pathType` 处理或者与 `Prefix``Exact` 类型作相同处理。
@@ -767,8 +767,8 @@ Name-based virtual hosts support routing HTTP traffic to multiple host names at
767767
The following Ingress tells the backing load balancer to route requests based on
768768
the [Host header](https://tools.ietf.org/html/rfc7230#section-5.4).
769769
-->
770-
以下 Ingress 让后台负载均衡器基于 [host 头部字段](https://tools.ietf.org/html/rfc7230#section-5.4)
771-
来路由请求。
770+
以下 Ingress 让后台负载均衡器基于
771+
[host 头部字段](https://tools.ietf.org/html/rfc7230#section-5.4)来路由请求。
772772

773773
{{< codenew file="service/networking/name-virtual-host-ingress.yaml" >}}
774774

content/zh-cn/docs/reference/labels-annotations-taints/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,11 +1644,11 @@ kubeadm 为本地管理的 etcd Pod 设置的注解,用来跟踪 etcd 客户
16441644
### kubeadm.kubernetes.io/kube-apiserver.advertise-address.endpoint {#kube-apiserver-advertise-address-endpoint}
16451645

16461646
<!--
1647-
Example: `kubeadm.kubernetes.io/kube-apiserver.advertise-address.endpoint: https//172.17.0.18:6443`
1647+
Example: `kubeadm.kubernetes.io/kube-apiserver.advertise-address.endpoint: https://172.17.0.18:6443`
16481648
16491649
Used on: Pod
16501650
-->
1651-
例子:`kubeadm.kubernetes.io/kube-apiserver.advertise-address.endpoint: https//172.17.0.18:6443`
1651+
例子:`kubeadm.kubernetes.io/kube-apiserver.advertise-address.endpoint: https://172.17.0.18:6443`
16521652

16531653
用于:Pod
16541654

0 commit comments

Comments
 (0)