You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
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.
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
...
Expected behavior
It should update the existing virtual service or delete existing virtual first and then create a new one.
Additional context
No response