Open
Description
Describe the bug
When nodes are added or removed, the TCP health check is removed from the load balancer in VCD.
When the deprecated machine IP gets removed from the LB, the TCP check is removed at the same time and not recreated.
Reproduction steps
- Create a service type load balancer
- Ensure it has the TCP health check enabled
- Add a replica to the machineDeployment
- Observe that the TCP check is no longer in the LB
...
Expected behavior
The TCP check should remain at all times.
Additional context
No response