Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy ezgliding using docker / kubernetes #92

Open
rochaporto opened this issue Mar 30, 2015 · 1 comment
Open

deploy ezgliding using docker / kubernetes #92

rochaporto opened this issue Mar 30, 2015 · 1 comment

Comments

@rochaporto
Copy link
Owner

No description provided.

@rochaporto
Copy link
Owner Author

Docker, kubernetes and etcd installation.

sudo echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list
apt-get update
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
apt-get install lxc-docker
wget https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.13.2.tar.gz
tar zxvf kubernetes-0.13.2.tar.gz
wget  https://github.com/coreos/etcd/releases/download/v2.0.5/etcd-v2.0.5-linux-amd64.tar.gz
tar zxvf etcd-v2.0.5-linux-amd64.tar.gz
export ETCD=$HOME/ws/etcd-v2.0.5-linux-amd64
export PATH=$ETC:$PATH
cd kubernetes-0.13.2/
sudo su
./hack/local-up-cluster.sh
tail -f /tmp/kube-apiserver.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant