I want to start a kubernetes cluster by running kube-up.sh script on my 
ubuntu machine with no VM. I dont want to go the docker way although docker 
is installed in my computer.

Here are following steps I tried

http://kubernetes.io/docs/getting-started-guides/locally/  This one does 
not install dns and I had many problems getting the installation of DNS 
right. When I was asking questions related to DNS many people suggested to 
use  kube-up script but that didn't work when I followed the steps in this 
link since it is not a binary release.

So I took a different path which is this link 

http://kubernetes.io/docs/getting-started-guides/binary_release/#download-kubernetes-and-automatically-set-up-a-default-cluster

This link doesn't have the local provider but I still decided to run 
kube-up script by setting the KUBERNETES_PROVIDER=ubuntu (which is actually 
not one of the options in this link but I still went ahead and tried it) I 
got pretty far however it fails  when I run the following. I am running as 
root and myuser but both fail

export KUBERNETES_PROVIDER=ubuntu; curl -sS https://get.k8s.io | bash

~/kubernetes/cluster/ubuntu ~/kubernetes
Done! All your binaries locate in kubernetes/cluster/ubuntu/binaries 
directory
~/kubernetes

Deploying master and node on machine 10.10.103.250
ssh: connect to host 10.10.103.250 port 22: Connection refused

I am not sure why it is so complicated to bring up the kubernetes cluster 
locally with DNS installed ?


-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to