-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Please provide support for ingress.kubernetes.io/rewrite-target annotation as provided by all other ingress controllers. Example usage stripping leading part of the URL before sending upstream:
---
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: name
annotations:
[...]
ingress.kubernetes.io/rewrite-target: /$1
rules:
- host: my.domain.tld
http:
paths:
- backend:
serviceName: svc1
servicePort: 80
path: /svc1/(.*)
I found similar issue from like two and a half years ago #835 that was just closed without any action.
otottkovacstibor
Metadata
Metadata
Assignees
Labels
No labels