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: docs/user-guide/ingress-path-matching.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
## Regular Expression Support
4
4
5
5
!!! important
6
-
Regular expressions and wild cards are not supported in the `spec.rules.host` field. Full hostnames must be used.
6
+
Regular expressions is not supported in the `spec.rules.host` field. The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host ==
7
+
"*").
7
8
8
9
!!! note
9
10
Please see the [FAQ](../faq.md#validation-of-path) for Validation Of __`path`__
0 commit comments