netscaler / netscaler-k8s-ingress-controller

NetScaler Ingress Controller for Kubernetes:
https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/
307 stars 91 forks source link

Deprecation of spec.loadBalancerIP service field #636

Closed SSvilen closed 4 months ago

SSvilen commented 4 months ago

The loadBalancerIP field is deprecated and will removed in future version of kubernetes. As far as I can tell, currently there is no other way to manually set the LoadBalancer IP in service of type LoadBalancer. Are there nay plans to add a differnt way to set that IP - annotation, etc..?

priyankash-citrix commented 4 months ago

Hi @SSvilen, If you are using NetScaler Ingress controller to configure your service of type LoadBalancer in NetScaler, you can use service.citrix.com/frontend-ip annotation to set LoadBalancer IP. For more information about the supported annotation by NetScaler Ingress Controller please see https://docs.netscaler.com/en-us/netscaler-k8s-ingress-controller/configure/annotations.html.