Skip to content

Commit bdc59a0

Browse files
committed
sync cluster-ip-allocation dns-pod-service ingress-controller service-traffic-policy
1 parent eb1ead1 commit bdc59a0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

content/zh-cn/docs/concepts/services-networking/cluster-ip-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ pie showData
242242
<!--
243243
## {{% heading "whatsnext" %}}
244244
* Read about [Service External Traffic Policy](/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip)
245-
* Read about [Connecting Applications with Services](/docs/concepts/services-networking/connect-applications-service/)
245+
* Read about [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/)
246246
* Read about [Services](/docs/concepts/services-networking/service/)
247247
-->
248248
## {{% heading "whatsnext" %}}

content/zh-cn/docs/concepts/services-networking/dns-pod-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ Pod 的 DNS 配置可让用户对 Pod 的 DNS 设置进行更多控制。
498498
This property is optional. When specified, the provided list will be merged
499499
into the base search domain names generated from the chosen DNS policy.
500500
Duplicate domain names are removed.
501-
Kubernetes allows for at most 6 search domains.
501+
Kubernetes allows up to 32 search domains.
502502
- `options`: an optional list of objects where each object may have a `name`
503503
property (required) and a `value` property (optional). The contents in this
504504
property will be merged to the options generated from the specified DNS policy.
@@ -512,7 +512,7 @@ Pod 的 DNS 配置可让用户对 Pod 的 DNS 设置进行更多控制。
512512

513513
- `searches`:用于在 Pod 中查找主机名的 DNS 搜索域的列表。此属性是可选的。
514514
指定此属性时,所提供的列表将合并到根据所选 DNS 策略生成的基本搜索域名中。
515-
重复的域名将被删除。Kubernetes 最多允许 6 个搜索域。
515+
重复的域名将被删除。Kubernetes 最多允许 32 个搜索域。
516516

517517
- `options`:可选的对象列表,其中每个对象可能具有 `name` 属性(必需)和 `value` 属性(可选)。
518518
此属性中的内容将合并到从指定的 DNS 策略生成的选项。
@@ -523,7 +523,7 @@ The following is an example Pod with custom DNS settings:
523523
-->
524524
以下是具有自定义 DNS 设置的 Pod 示例:
525525

526-
{{% code file="service/networking/custom-dns.yaml" %}}
526+
{{% code_sample file="service/networking/custom-dns.yaml" %}}
527527

528528
<!--
529529
When the Pod above is created, the container `test` gets the following contents
@@ -562,7 +562,7 @@ options ndots:5
562562
-->
563563
## DNS 搜索域列表限制 {#dns-search-domain-list-limits}
564564

565-
{{< feature-state for_k8s_version="1.26" state="beta" >}}
565+
{{< feature-state for_k8s_version="1.28" state="stable" >}}
566566

567567
<!--
568568
Kubernetes itself does not limit the DNS Config until the length of the search

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,12 @@ Kubernetes 作为一个项目,目前支持和维护
5353

5454
<!--
5555
* [AKS Application Gateway Ingress Controller](https://docs.microsoft.com/azure/application-gateway/tutorial-ingress-controller-add-on-existing?toc=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Faks%2Ftoc.json&bc=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fbread%2Ftoc.json) is an ingress controller that configures the [Azure Application Gateway](https://docs.microsoft.com/azure/application-gateway/overview).
56-
* [Ambassador](https://www.getambassador.io/) API Gateway is an [Envoy](https://www.envoyproxy.io)-based ingress
57-
controller.
5856
* [Apache APISIX ingress controller](https://github.com/apache/apisix-ingress-controller) is an [Apache APISIX](https://github.com/apache/apisix)-based ingress controller.
5957
* [Avi Kubernetes Operator](https://github.com/vmware/load-balancer-and-ingress-services-for-kubernetes) provides L4-L7 load-balancing using [VMware NSX Advanced Load Balancer](https://avinetworks.com/).
6058
-->
6159
* [AKS 应用程序网关 Ingress 控制器](https://docs.microsoft.com/zh-cn/azure/application-gateway/tutorial-ingress-controller-add-on-existing?toc=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Faks%2Ftoc.json&bc=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fbread%2Ftoc.json)
6260
是一个配置 [Azure 应用程序网关](https://docs.microsoft.com/zh-cn/azure/application-gateway/overview)
6361
的 Ingress 控制器。
64-
* [Ambassador](https://www.getambassador.io/) API 网关是一个基于
65-
[Envoy](https://www.envoyproxy.io) 的 Ingress 控制器。
6662
* [Apache APISIX Ingress 控制器](https://github.com/apache/apisix-ingress-controller)
6763
是一个基于 [Apache APISIX 网关](https://github.com/apache/apisix) 的 Ingress 控制器。
6864
* [Avi Kubernetes Operator](https://github.com/vmware/load-balancer-and-ingress-services-for-kubernetes)
@@ -74,6 +70,8 @@ Kubernetes 作为一个项目,目前支持和维护
7470
* The [Citrix ingress controller](https://github.com/citrix/citrix-k8s-ingress-controller#readme) works with
7571
Citrix Application Delivery Controller.
7672
* [Contour](https://projectcontour.io/) is an [Envoy](https://www.envoyproxy.io/) based ingress controller.
73+
* [Emissary-Ingress](https://www.getambassador.io/products/api-gateway) API Gateway is an [Envoy](https://www.envoyproxy.io)-based ingress
74+
controller.
7775
* [EnRoute](https://getenroute.io/) is an [Envoy](https://www.envoyproxy.io) based API gateway that can run as an ingress controller.
7876
* [Easegress IngressController](https://github.com/megaease/easegress/blob/main/doc/reference/ingresscontroller.md) is an [Easegress](https://megaease.com/easegress/) based API gateway that can run as an ingress controller.
7977
-->
@@ -85,6 +83,8 @@ Kubernetes 作为一个项目,目前支持和维护
8583
可以用来与 Citrix Application Delivery Controller 一起使用。
8684
* [Contour](https://projectcontour.io/) 是一个基于 [Envoy](https://www.envoyproxy.io/)
8785
的 Ingress 控制器。
86+
* [Emissary-Ingress](https://www.getambassador.io/products/api-gateway) API 网关是一个基于
87+
[Envoy](https://www.envoyproxy.io/) 的入口控制器。
8888
* [EnRoute](https://getenroute.io/) 是一个基于 [Envoy](https://www.envoyproxy.io)
8989
的 API 网关,可以用作 Ingress 控制器。
9090
* [Easegress IngressController](https://github.com/megaease/easegress/blob/main/doc/reference/ingresscontroller.md)

content/zh-cn/docs/concepts/services-networking/service-traffic-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ kube-proxy 基于 `spec.internalTrafficPolicy` 的设置来过滤路由的目标
106106
## {{% heading "whatsnext" %}}
107107

108108
<!--
109-
* Read about [Topology Aware Hints](/docs/concepts/services-networking/topology-aware-hints)
109+
* Read about [Topology Aware Routing](/docs/concepts/services-networking/topology-aware-routing)
110110
* Read about [Service External Traffic Policy](/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip)
111111
* Follow the [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/) tutorial
112112
-->
113-
* 请阅读[拓扑感知提示](/zh-cn/docs/concepts/services-networking/topology-aware-hints)
113+
* 请阅读[拓扑感知路由](/zh-cn/docs/concepts/services-networking/topology-aware-hints)
114114
* 请阅读 [Service 的外部流量策略](/zh-cn/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip)
115115
* 遵循[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程

0 commit comments

Comments
 (0)