From bcb5f93d5aab3fc7dd411272226b784b28049c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=85=E8=BF=9B=E8=B6=85?= Date: Thu, 30 Dec 2021 19:04:52 +0800 Subject: [PATCH] [zh] synchronize translate connecting-frontend-backend.md --- .../access-application-cluster/connecting-frontend-backend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md b/content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md index 93a230d365..5effcb94ef 100644 --- a/content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md +++ b/content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md @@ -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) 类型的服务代替。