john1337 commented on issue #2686: URL: https://github.com/apache/apisix-ingress-controller/issues/2686#issuecomment-3677237687
是不是下面这种ingress路由在2.0版本上就不能用了 kind: Ingress annotations: k8s.apisix.apache.org/rewrite-target-regex: /test(/|$)(.) k8s.apisix.apache.org/rewrite-target-regex-template: /$2 k8s.apisix.apache.org/use-regex: 'true' meta.helm.sh/release-name: xx-cor spec: ingressClassName: apisix rules: - http: paths: - path: /test(/|$)(.) pathType: Prefix backend: service: name: xxx port: number: 80 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
