File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/tasks/access-application-cluster Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ Kubernetes {{< glossary_tooltip term_id="service" >}} object.
46
46
This task uses
47
47
[Services with external load balancers](/docs/tasks/access-application-cluster/create-external-load-balancer/), which
48
48
require a supported environment. If your environment does not support this, you can use a Service of type
49
- [NodePort](/docs/concepts/services-networking/service/#nodeport) instead.
49
+ [NodePort](/docs/concepts/services-networking/service/#type- nodeport) instead.
50
50
-->
51
51
本任务使用[ 外部负载均衡服务] ( /zh/docs/tasks/access-application-cluster/create-external-load-balancer/ ) ,
52
52
所以需要对应的可支持此功能的环境。如果你的环境不能支持,你可以使用
53
- [ NodePort] ( /zh/docs/concepts/services-networking/service/#nodeport )
53
+ [ NodePort] ( /zh/docs/concepts/services-networking/service/#type- nodeport )
54
54
类型的服务代替。
55
55
56
56
<!-- lessoncontent -->
You can’t perform that action at this time.
0 commit comments