Update ingress-path-matching.md

This commit is contained in:
zengyuxing007 2024-02-22 11:40:08 +08:00 committed by yuzeng.zyx
parent 7edcdeefe5
commit 98ec172c76

View file

@ -3,8 +3,7 @@
## Regular Expression Support ## Regular Expression Support
!!! important !!! important
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 == 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`__