I have been executed through the https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html document but have been unable to execute,
kubectl get nodes The connection to the server 172.17.4.99:443 was refused - did you prescribed the right host or port?
My configuration:
myhtlsdeMacBook-Pro:single-node myhtls$ kubectl config set-cluster vagrant-single-cluster --server=https://172.17.4.99:443 --certificate-authority=${PWD}/ssl/ca.pem
Cluster "vagrant-single-cluster" set.
myhtlsdeMacBook-Pro:single-node myhtls$ kubectl config set-credentials vagrant-single-admin --certificate-authority=${PWD}/ssl/ca.pem --client-key=${PWD}/ssl/admin-key.pem --client-certificate=${PWD}/ssl/admin.pem
User "vagrant-single-admin" set.
myhtlsdeMacBook-Pro:single-node myhtls$ kubectl config set-context vagrant-single --cluster=vagrant-single-cluster --user=vagrant-single-admin
Context "vagrant-single" set.
myhtlsdeMacBook-Pro:single-node myhtls$ kubectl config use-context vagrant-single
Switched to context "vagrant-single".
my docker ps,Do not see the mirror running.
I also did not see the downloaded Kubernetes, dns, heapster, etc these images。