Reputation: 685
When I run the Kubernetes vagrant setup script:
export KUBERNETES_PROVIDER=vagrant
curl -sS https://get.k8s.io | bash
I get:
Validating master
Validating minion-1
Waiting for each minion to be registered with cloud provider
error: couldn't read version from server: Get https://10.245.1.2/api:dial tcp 10.245.1.2:443: connection refused
Anyone know how I can fix this?
Upvotes: 3
Views: 517
Reputation: 62835
It looks like issue is gone, I've tried one more time and installation went flawlessly:
Upvotes: 2