File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
content/zh-cn/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Ingress
3
+ api_metadata :
4
+ - apiVersion : " networking.k8s.io/v1"
5
+ kind : " Ingress"
6
+ - apiVersion : " networking.k8s.io/v1"
7
+ kind : " IngressClass"
3
8
content_type : concept
4
9
description : >-
5
10
使用一种能感知协议配置的机制来解析 URI、主机名称、路径等 Web 概念,
@@ -1069,10 +1074,10 @@ You can expose a Service in multiple ways that don't directly involve the Ingres
1069
1074
1070
1075
<!--
1071
1076
* Use [Service.Type=LoadBalancer](/docs/concepts/services-networking/service/#loadbalancer)
1072
- * Use [Service.Type=NodePort](/docs/concepts/services-networking/service/#nodeport)
1077
+ * Use [Service.Type=NodePort](/docs/concepts/services-networking/service/#type- nodeport)
1073
1078
-->
1074
1079
* 使用 [ Service.Type=LoadBalancer] ( /zh-cn/docs/concepts/services-networking/service/#loadbalancer )
1075
- * 使用 [ Service.Type=NodePort] ( /zh-cn/docs/concepts/services-networking/service/#nodeport )
1080
+ * 使用 [ Service.Type=NodePort] ( /zh-cn/docs/concepts/services-networking/service/#type- nodeport )
1076
1081
1077
1082
## {{% heading "whatsnext" %}}
1078
1083
You can’t perform that action at this time.
0 commit comments