Azure / application-gateway-kubernetes-ingress

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.
https://azure.github.io/application-gateway-kubernetes-ingress
MIT License
667 stars 413 forks source link

AzureIngressProhibitedTarget use for TCP targets #1612

Open mazmar opened 1 month ago

mazmar commented 1 month ago

I want to use one AppGW with ingress AGIC but also use the new TCP preview on AppGW, this however colides with the AGIC deleting all of my TCP rules/pools

I've tried using the shared=true and setting hostname with AzureIngressProhibitedTarget but it doesn't work and still deletes all of my TCP configurations

any idea how to have AGIC not deleting my configs?