Update ingress-path-matching.md (#11007)

This commit is contained in:
zengyuxing007 2024-02-22 11:00:17 +08:00 committed by GitHub
parent 09ab0ecf8d
commit 7edcdeefe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,8 @@
## Regular Expression Support ## Regular Expression Support
!!! important !!! important
Regular expressions and wild cards are not supported in the `spec.rules.host` field. Full hostnames must be used. 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 ==
"*").
!!! note !!! note
Please see the [FAQ](../faq.md#validation-of-path) for Validation Of __`path`__ Please see the [FAQ](../faq.md#validation-of-path) for Validation Of __`path`__