Files
ubicloud/spec/model/load_balancers_vms_spec.rb
Eren Başak 24c9278262 Bandaid fix for LB TCP Health Checks
Load balancer TCP health checks were failing, because the health check command
that involve `nc ... | echo "200"` command started returning
"Connection to 172.24.128.193 6443 port [tcp/*] succeeded!\n200" instead of just "200",
which broke the health checks.

This commit applies a bandaid by suppressing all output of the `nc` command.
2025-03-22 11:22:26 +02:00

14 KiB