
Works: --api_servers=127.0.0.1:8080 --api_servers=http://127.0.0.1:8080 --api_servers=http://localhost:8080 Fails: --api_servers=localhost:8080 Include the http:// in the example, so users aren't likely to hit the problem
Works: --api_servers=127.0.0.1:8080 --api_servers=http://127.0.0.1:8080 --api_servers=http://localhost:8080 Fails: --api_servers=localhost:8080 Include the http:// in the example, so users aren't likely to hit the problem