[Feature] Ingress Containers - Service annotations - For specifying which subnet the load balancer ip's should be picked.
Closed this issue · 2 comments
KarthikDev commented
Is your feature request related to a problem? Please describe.
Ingress pods are lacking the capability to tell from which subnet the ip has to be picked.
Open source version allow the following annotations, probably we are expecting the same provided by istio-addon may be in a configmap or something.
.spec.components.ingressGateways[0].k8s.serviceAnnotations."service.beta.kubernetes.io/azure-load-balancer-internal-subnet"="lb-subnet-0"
Describe the solution you'd like
With the mentioned subnet, then the ip has to be picked for loadbalancer instead of the default ones.
KarthikDev commented
i can see similar issue is opened under service mesh label
KarthikDev commented
i can see similar issue is opened under service mesh label