File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
concepts/services-networking
reference/labels-annotations-taints Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ Ingress 中的每个路径都需要有对应的路径类型(Path Type)。未
309
309
310
310
If the last element of the path is a substring of the last
311
311
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`).
313
313
-->
314
314
* ` ImplementationSpecific ` :对于这种路径类型,匹配方法取决于 IngressClass。
315
315
具体实现可以将其作为单独的 ` pathType ` 处理或者与 ` Prefix ` 或 ` Exact ` 类型作相同处理。
@@ -767,8 +767,8 @@ Name-based virtual hosts support routing HTTP traffic to multiple host names at
767
767
The following Ingress tells the backing load balancer to route requests based on
768
768
the [Host header](https://tools.ietf.org/html/rfc7230#section-5.4).
769
769
-->
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 ) 来路由请求。
772
772
773
773
{{< codenew file="service/networking/name-virtual-host-ingress.yaml" >}}
774
774
Original file line number Diff line number Diff line change @@ -1644,11 +1644,11 @@ kubeadm 为本地管理的 etcd Pod 设置的注解,用来跟踪 etcd 客户
1644
1644
### kubeadm.kubernetes.io/kube-apiserver.advertise-address.endpoint {#kube-apiserver-advertise-address-endpoint}
1645
1645
1646
1646
<!--
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`
1648
1648
1649
1649
Used on: Pod
1650
1650
-->
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 `
1652
1652
1653
1653
用于:Pod
1654
1654
You can’t perform that action at this time.
0 commit comments