Skip to content

Commit e67e3c3

Browse files
authored
Merge pull request #39254 from kinzhi/kinzhi234
[zh-cn]Update ingress.md
2 parents 6f3b276 + 472fd28 commit e67e3c3

File tree

1 file changed

+2
-2
lines changed
  • content/zh-cn/docs/concepts/services-networking

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The name of an Ingress object must be a valid
138138
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).
139139
For general information about working with config files, see [deploying applications](/docs/tasks/run-application/run-stateless-application-deployment/), [configuring containers](/docs/tasks/configure-pod-container/configure-pod-configmap/), [managing resources](/docs/concepts/cluster-administration/manage-deployment/).
140140
Ingress frequently uses annotations to configure some options depending on the Ingress controller, an example of which
141-
is the [rewrite-target annotation](https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/rewrite/README.md).
141+
is the [rewrite-target annotation](https://github.com/kubernetes/ingress-nginx/blob/main/docs/examples/rewrite/README.md).
142142
Different [Ingress controllers](/docs/concepts/services-networking/ingress-controllers) support different annotations. Review the documentation for
143143
your choice of Ingress controller to learn which annotations are supported.
144144
-->
@@ -148,7 +148,7 @@ Ingress 对象的命名必须是合法的 [DNS 子域名名称](/zh-cn/docs/conc
148148
[配置容器](/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap/)
149149
[管理资源](/zh-cn/docs/concepts/cluster-administration/manage-deployment/)
150150
Ingress 经常使用注解(annotations)来配置一些选项,具体取决于 Ingress
151-
控制器,例如[重写目标注解](https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/rewrite/README.md)
151+
控制器,例如[重写目标注解](https://github.com/kubernetes/ingress-nginx/blob/main/docs/examples/rewrite/README.md)
152152
不同的 [Ingress 控制器](/zh-cn/docs/concepts/services-networking/ingress-controllers)支持不同的注解。
153153
查看你所选的 Ingress 控制器的文档,以了解其支持哪些注解。
154154

0 commit comments

Comments
 (0)