You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Ingress controller is unable to update Application Gateway (e.g. new pods IP addresses, backend pools..) if there are (in preview) custom error pages configured (codes: 403, 502).
The App Gateway feature is described here
I have custom error pages set on a Global Level (not on listeners one).
Ingress controller pods produce errors listed in kubectl logs section below.
Questions
Is there any plans for these custom error codes to be supported by Kubernetes Ingress or any way to make it work with this case?
What are the dependencies? Go modules or Azure APIs etc.
To Reproduce
Steps to reproduce the behavior:
Set the custom error page on a Global Level according to this official instruction here
Restart your deployment that has ingress pointing to it
Check the ingress controller pod logs, Application Gateway Activity Log, Backend Pool configuration of the related deployment for errors.
Ingress Controller details
Output of kubectl describe pod <ingress controller> . The pod name can be obtained by running helm list.
Describe the bug
Ingress controller is unable to update Application Gateway (e.g. new pods IP addresses, backend pools..) if there are (in preview) custom error pages configured (codes: 403, 502).
The App Gateway feature is described here
I have custom error pages set on a Global Level (not on listeners one).
Ingress controller pods produce errors listed in
kubectl logs
section below.Questions
To Reproduce
Steps to reproduce the behavior:
Ingress Controller details
kubectl describe pod <ingress controller
> . The pod name can be obtained by runninghelm list
.This issue is related to issue #733 and PR #1350 but exposes another use case.
The text was updated successfully, but these errors were encountered: