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.
14 KiB
14 KiB