Akshay Gupta

Results 61 comments of Akshay Gupta

AGIC 1.4.0 rollout should start this coming week and reach all regions in a week or so.

I was able to repro this issue by following the above steps. It is happening when using `ingressClassName` and not when using the annotation. I think that the bug is...

@tiwood that's a great suggestion. I am wondering about how would an implementation look like. One potential way could be that AGIC copies over the route table rules (name starting...

@williamalvvc This issue was resolved via an update on AGIC. Please update AGIC to `1.5.2` which has a fix for this issue. Reference from duplicate issue: https://github.com/Azure/application-gateway-kubernetes-ingress/issues/1389#issuecomment-1119408580

@bbreijer Thanks for reporting this issue. We will investigate what can be done to avoid this issue.

This is happening as both AGICs are using the same ingress class resource name which will lead to conflict. You can provide a different value for ingress class name by...

@runes83 Adding to @vishal8k, let me know if the following help: ```bash # create a new service principal and format the output so that it can be used with SDK....

@eduardodfmex AGIC/App Gateway doesn't support regex-based path matching as of yet. For the above, do you need to use backend-path-prefix annotation to override the path?

what happens if two ingresses have same priority?