#!/usr/bin/env bash set -e HOME=`pwd` cat << EOF | sudo tee /etc/hosts 127.0.0.1 localhost 192.168.1.10 master 192.168.1.21 worker1 192.168.1.22 worker2 192.168.1.23 worker3 EOF curl -s http://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - cat <> $HOME/.bash_profile kubectl apply -f http://git.io/weave-kube-1.6 #kubectl apply -f http://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml #kubectl apply -f http://docs.projectcalico.org/v2.1/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml