This scripts will run a Kubernetes Cluster from scratch.
IN PROGRESS...
- Ansible installed on host machine
- Virtual Machines up and running - use Vagrant to run preconfigured VMs
./setUpCluster.sh
- Kubernetes The Hard Way Tutorial by @kelseyhightower
- Kubernetes Documentation - Creating a Custom Cluster from Scratch
IN PROGRESS...
export KUBECONFIG=/etc/kubernetes/admin.conf
export KUBE_MASTER_IP="127.0.0.1:6443"
export KUBE_MASTER=local
go run hack/e2e.go -- --provider=local -v --test