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.
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.