Error configuring kubernetes with vagabonds

When I run my Vubrant Kubernetes 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

      

Does anyone know how I can fix this?

+3


source to share


1 answer


It looks like the problem went away, I tried again and the installation went flawlessly:



enter image description here

+2


source







All Articles