Skip to content

Commit 7edcdee

Browse files
Update ingress-path-matching.md (#11007)
1 parent 09ab0ec commit 7edcdee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user-guide/ingress-path-matching.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Regular Expression Support
44

55
!!! 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+
"*").
78

89
!!! note
910
Please see the [FAQ](../faq.md#validation-of-path) for Validation Of __`path`__

0 commit comments

Comments
 (0)