From e4459940fa27a0014d642292a93b29ee533f4d5b Mon Sep 17 00:00:00 2001 From: Zenara Daley Date: Tue, 18 Dec 2018 12:53:54 -0500 Subject: [PATCH] add documentation --- docs/user-guide/ingress-path-matching.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-guide/ingress-path-matching.md b/docs/user-guide/ingress-path-matching.md index 11c999a12..f0f42f421 100644 --- a/docs/user-guide/ingress-path-matching.md +++ b/docs/user-guide/ingress-path-matching.md @@ -2,6 +2,9 @@ ## Regular Expression Support +!!! important + Regular expressions and wild cards are not supported in the `spec.rules.host` field. Full hostnames must be used. + The ingress controller supports **case insensitive** regular expressions in the `spec.rules.http.paths.path` field. See the [description](./nginx-configuration/annotations.md#use-regex) of the `use-regex` annotation for more details.