Closed as not planned
Description
I'm not sure if my understanding is correct or not but the the number of proxy servers created should reflect serverCount value.
apiserver-network-proxy/tests/proxy_test.go
Line 868 in fd446dc
Similarly not sure why serverCount would be 0 in the below function ?
func runHTTPConnProxyServer() (proxy, func(), error) {
ctx := context.Background()
var proxy proxy
s := server.NewProxyServer(uuid.New().String(), []server.ProxyStrategy{server.ProxyStrategyDefault}, 0, &server.AgentTokenAuthenticationOptions{})