How to change istio ingress loadbalancer external IP

5/16/2019

I want to change my istio ingress loadbalancer IP but when i try updating the yaml file it is not getting updated

NAME                       TYPE           CLUSTER-IP       EXTERNAL-IP
istio-ingressgateway       LoadBalancer   10.123.196.149   52.174.141.126

I have to change my EXTERNAL-IP to different IP.

-- pappu_kutty
azure-load-balancer
istio
kubernetes-ingress
nginx-ingress

1 Answer

5/20/2019

The easiest way is that copy the configuration of the service istio-ingressgateway and then delete the service. In the configuration file, delete the uuid, the creationTimestamp line, and delete the status property. Then recreate the service from the configuration file. It will work for you.

-- Charles Xu
Source: StackOverflow