Skip to content

Commit 4428e17

Browse files
ihuibintengqm
andauthored
Update ingress-controllers.md (#33408)
* Update ingress-controllers.md Signed-off-by: bin.hui <[email protected]> * Update content/zh/docs/concepts/services-networking/ingress-controllers.md Co-authored-by: Qiming Teng <[email protected]> * Update content/zh/docs/concepts/services-networking/ingress-controllers.md Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
1 parent bcc5507 commit 4428e17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/zh/docs/concepts/services-networking/ingress-controllers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ You mark an IngressClass as default by setting the [`ingressclass.kubernetes.io/
158158
Ideally, all ingress controllers should fulfill this specification, but the various ingress
159159
controllers operate slightly differently.
160160
-->
161-
如果你不为 Ingress 指定一个 IngressClass,并且你的集群中只有一个 IngressClass 被标记为了集群默认,那么
162-
Kubernetes 会[应用](/zh/docs/concepts/services-networking/ingress/#default-ingress-class)此默认
161+
如果你不为 Ingress 指定 IngressClass,并且你的集群中只有一个 IngressClass 被标记为默认,那么
162+
Kubernetes 会将此集群的默认 IngressClass
163+
[应用](/zh/docs/concepts/services-networking/ingress/#default-ingress-class)到 Ingress 上。
163164
IngressClass。
164165
你可以通过将
165166
[`ingressclass.kubernetes.io/is-default-class` 注解](/zh/docs/reference/labels-annotations-taints/#ingressclass-kubernetes-io-is-default-class)

0 commit comments

Comments
 (0)