Open
Description
Describe the bug
CCM does not update the exiting virtual service if the port name is updated in the LoadBalancer service. It reports error saying there is existing virtual service with same IP and port combination.
Reproduction steps
- Create a service type of load balancer with multiple ports
- Wait for virtual service to get created for each port
- Update one of the port name
...
Expected behavior
It should update the existing virtual service or delete existing virtual first and then create a new one.
Additional context
No response