I am using kubernetes and using kube-proxy mode as ipvs(scheduler: lc).
ipvsadm table information is not updated when pod is increased(replicas).
Therefore, in order to load balance with the new pod, the service must be deleted and regenerated.
Is there a way to automatically renew ipvs without recreating the service?