application-gateway-kubernetes-ingress icon indicating copy to clipboard operation
application-gateway-kubernetes-ingress copied to clipboard

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.

Results 252 application-gateway-kubernetes-ingress issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** It will be nice to reference an existing secret in Kubernetes, rather than plainly putting the base64 within the values.yaml...

**Describe the bug** The token of Workload Identity cannot get acquired. Logs are reporting an incomplete environment variable configuration and in documentation no more possible values are specified. The configuration...

**Describe the bug** Whenever a single backend is misconfigured the controller fails to apply anything else, for example hitting a "ApplicationGatewayBackendHttpSettingsCannotHaveTrustedRootCertificate" error, but I've seen this on plenty of other...

**Describe the bug** Identical sites, and around half of them fall back on defaultprobe-Http instead of their own health probes. **To Reproduce** Create multiple sites (they are identical except for...

**Describe the bug** Health probe inference looks at the "first pod", namely whatever pod is first in the namespace & service-selector filtered pod cache list: https://github.com/Azure/application-gateway-kubernetes-ingress/blob/80971d9a2654219c7ad40e506a7825289a607f97/pkg/k8scontext/context.go#L471 Unfortunately, this pod can...

**Describe the bug** When i use pathType: ImplementationSpecific, it is being routed to one of the path I mentioned there(provided I don't give any paths explicitly), no matter what path...

**Is your feature request related to a problem? Please describe.** The `AzureIngressProhibitedTarget` in theory exists in order to enable the AGIC to work on a shared app gateway. While this...

**Describe the bug** When getting a protocol not matching error, AGIC will not update other remaining correct ingress configs. expected behavior: even if we get this error, I expect AGIC...

## Checklist - [ ] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage -...

Think this is needet... to complete the Update to 1. for the helm-chart as well ## Checklist - [ ] The title of the PR is clear and informative -...