regex issue
#4307
Replies: 5 comments 5 replies
|
Hi @balait4 👋 Which version did you upgrade from? 2.7 included breaking changes w.r.t. regexes https://github.com/Kong/kubernetes-ingress-controller/blob/main/CHANGELOG.md#breaking-changes-1
|
2 replies
|
same version where my regex working fine on my staging and I have this problem in production. |
0 replies
|
Here is the ingress before and after upgrade. We had to split up otherwise it was not working.
|
2 replies
|
Yes I will check with the above path and update here. Also i will replace the deprecated annotation |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Team,
Before upgrade KIC to 2.10 and kong to 3.3.0 the below regex worked fine.
path: /test/(groups|locations|0|1|2|3)But after upgrade it is not working and we solved it by split it up like below:
Is this expected behaviour? or did I miss anything part of upgrade?
Thanks
All reactions