Update ingress-path-matching.md (#11008)
This commit is contained in:
parent
7edcdeefe5
commit
536c4e7e06
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
|||
## Regular Expression Support
|
||||
|
||||
!!! 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
|
||||
Please see the [FAQ](../faq.md#validation-of-path) for Validation Of __`path`__
|
||||
|
|
Loading…
Reference in a new issue