-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCP health check removed from LB when scaling cluster #281
Comments
Hi @vxav |
This is strange, I checked again and I had the same behaviour:
What CPI version do you run? We're on 1.2.0 |
We used CPI 1.4.0. Are you able to try 1.4.0 to see if this is fixed in the newer version? If 1.2.0 just has the issue, we can make it a known issue |
@vxav Just following up on this; otherwise, we can close the issue |
@ltimothy7 Sorry for the delayed reply. |
I confirm the following behaviour:
|
Thank you @vxav Are you also scaling the machine Deployment by just scaling a worker node pool in the Container UI plugin? Thank you |
Yes I scale the machineDeployment CR and we don't use the UI. For the health check it is indeed on the LB Pool that I check. |
We have used GUI and got the same result of health check being removed after adding new node. |
Signed-off-by: Aniruddha Shamasundar <[email protected]> Signed-off-by: Aniruddha Shamasundar <[email protected]>
Hey @ltimothy7, any news on this? |
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
...
Expected behavior
The TCP check should remain at all times.
Additional context
No response
The text was updated successfully, but these errors were encountered: