How to change old service clusterIP after update --service-cluster-ip-range

How to change old service clusterIP directly after update --service-cluster-ip-range instead of recreating

That field is designed to be immutable. You can change the ‘type’ to ExternalName and back, but that’s basically the same as deleting it and re-creating.

ok, thanks