tommy_p1ckles
tommy_p1ckles

Reputation: 685

Error setting up Kubernetes with Vagrant

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

Answers (1)

om-nom-nom
om-nom-nom

Reputation: 62835

It looks like issue is gone, I've tried one more time and installation went flawlessly:

enter image description here

Upvotes: 2

Related Questions