You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/services-networking/ingress.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ is the [rewrite-target annotation](https://github.com/kubernetes/ingress-nginx/b
84
84
Different [Ingress controllers](/docs/concepts/services-networking/ingress-controllers) support different annotations.
85
85
Review the documentation for your choice of Ingress controller to learn which annotations are supported.
86
86
87
-
The Ingress [spec](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status)
87
+
The [Ingress spec](/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressSpec)
88
88
has all the information needed to configure a load balancer or proxy server. Most importantly, it
89
89
contains a list of rules matched against all incoming requests. Ingress resource only supports rules
90
90
for directing HTTP(S) traffic.
@@ -94,8 +94,8 @@ should be defined.
94
94
95
95
There are some ingress controllers, that work without the definition of a
96
96
default `IngressClass`. For example, the Ingress-NGINX controller can be
97
-
configured with a [flag](https://kubernetes.github.io/ingress-nginx/#what-is-the-flag-watch-ingress-without-class)
98
-
`--watch-ingress-without-class`. It is [recommended](https://kubernetes.github.io/ingress-nginx/#i-have-only-one-instance-of-the-ingresss-nginx-controller-in-my-cluster-what-should-i-do) though, to specify the
97
+
configured with a [flag](https://kubernetes.github.io/ingress-nginx/user-guide/k8s-122-migration/#what-is-the-flag-watch-ingress-without-class)
98
+
`--watch-ingress-without-class`. It is [recommended](https://kubernetes.github.io/ingress-nginx/user-guide/k8s-122-migration/#i-have-only-one-ingress-controller-in-my-cluster-what-should-i-do) though, to specify the
99
99
default `IngressClass` as shown [below](#default-ingress-class).
0 commit comments