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
|
Beta Was this translation helpful? Give feedback.
-
same version where my regex working fine on my staging and I have this problem in production. |
Beta Was this translation helpful? Give feedback.
-
Here is the ingress before and after upgrade. We had to split up otherwise it was not working.
|
Beta Was this translation helpful? Give feedback.
-
Yes I will check with the above path and update here. Also i will replace the deprecated annotation |
Beta Was this translation helpful? Give feedback.
-
Thanks @pmalek, it worked. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions