Sync #16412 ingress task doc into Chinese (#16441)

This commit is contained in:
Wilson Wu 2025-04-29 10:59:44 +08:00 committed by GitHub
parent ccc6053589
commit 78f9442d68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ istio-ingressgateway LoadBalancer 172.21.109.129 130.211.10.121 ...
提供外部负载均衡器。
如果您的环境不支持外部负载均衡器,
您可以尝试[使用 Node Port 访问 Ingress Gateway](https://kubernetes.io/zh-cn/docs/concepts/services-networking/service/#type-nodeport)。
您可以尝试[使用 Node Port 访问 Ingress Gateway](/zh/docs/tasks/traffic-management/ingress/ingress-control/#using-node-ports-of-the-ingress-gateway-service)。
否则,使用以下命令设置 Ingress IP 和端口:
{{< text bash >}}
@ -511,7 +511,7 @@ $ export TCP_INGRESS_PORT=$(kubectl -n "${INGRESS_NS}" get service "${INGRESS_NA
{{< /text >}}
1. 如果您使用了外部负载均衡器,但其无法正常工作,
可尝试[通过其 Node Port 访问 Gateway](#using-node-ports-of-the-ingress-gateway-service)。
可尝试[通过其 Node Port 访问 Gateway](/zh/docs/tasks/traffic-management/ingress/ingress-control/#using-node-ports-of-the-ingress-gateway-service)。
## 清理 {#cleanup}