Merge pull request #31149 from shuaijinchao/zh/sync/access-application-cluster/connecting-frontend-backend

[zh] synchronize translate connecting-frontend-backend.md
pull/31157/head
Kubernetes Prow Robot 2021-12-30 19:48:51 -08:00 committed by GitHub
commit e66a6c9819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ Kubernetes {{< glossary_tooltip term_id="service" >}} object.
This task uses
[Services with external load balancers](/docs/tasks/access-application-cluster/create-external-load-balancer/), which
require a supported environment. If your environment does not support this, you can use a Service of type
[NodePort](/docs/concepts/services-networking/service/#nodeport) instead.
[NodePort](/docs/concepts/services-networking/service/#type-nodeport) instead.
-->
本任务使用[外部负载均衡服务](/zh/docs/tasks/access-application-cluster/create-external-load-balancer/)
所以需要对应的可支持此功能的环境。如果你的环境不能支持,你可以使用
[NodePort](/zh/docs/concepts/services-networking/service/#nodeport)
[NodePort](/zh/docs/concepts/services-networking/service/#type-nodeport)
类型的服务代替。
<!-- lessoncontent -->