Akshay Gupta
Akshay Gupta
@jmapro AGIC should not overwrite SSL policy. I tried on my test setup and the policy is retained on updates. Can you check if there is no other component/CI/CD reverting...
AGIC doesn't modify the SSL policy attached to the gateway. As @joelharkes mentioned, please check if you have script that is modify the policy.
Thank you for raising and providing such detail about the issue. One easy solution to deal with this problem is fix the order of execution by sorting the ingress by...
This looks like a bug in the AKS validation logic where it is checking for app gateway existence. This validation check is happening before template deployment starts, and hence app...
@ShawnBian Can you please share the AGIC logs ?
@flyer299 You need to make a minor change to your ingress: ```yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: name: voteapp annotations: kubernetes.io/ingress.class: azure/application-gateway spec: rules: - host: vote.dev.speakwrite.app - http: #...
Thanks for pointing. Here is an example how you can do path-based routing. ```yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: name: voteapp annotations: kubernetes.io/ingress.class: azure/application-gateway spec: rules: - host: vote.dev.speakwrite.app http:...
@flyer299 Were you able to get past this issue ? Did you check if the secret exists ?
@thatguycalledrob thanks a lot for such a detailed post. Let me reproduce this and post back.
@ozgurozturknet @mortenlerudjordet thanks for reporting. We will investigate this shortly. Just a note, AGIC addon is in public preview.