You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
With #5691 merged and released in 0.34.0, following issues have occurred:
The behaviour is not consistent with the documentation, in which it says that
If the use-regex OR rewrite-target annotation is used on any Ingress for a given host, then the case insensitive regular expression location modifier will be enforced on ALL paths for a given host regardless of what Ingress they are defined on.
Regex path does not work with only nginx.ingress.kubernetes.io/rewrite-target annotation. Seems like additional nginx.ingress.kubernetes.io/use-regex annotation has to be applied in order for regex path to work.
NGINX Ingress controller version: 0.34.0
Kubernetes version (use
kubectl version
): v1.9.6What happened:
With #5691 merged and released in 0.34.0, following issues have occurred:
nginx.ingress.kubernetes.io/rewrite-target
annotation. Seems like additionalnginx.ingress.kubernetes.io/use-regex
annotation has to be applied in order for regex path to work.What you expected to happen:
Keep the existing behaviour until 0.33.0 and apply regex to all locations
How to reproduce it:
Anything else we need to know: N. A.
/kind bug
The text was updated successfully, but these errors were encountered: