Skip to content

Latest commit

 

History

History

manual-way

Bootstrapping a Kubernetes Cluster from Scratch

This scripts will run a Kubernetes Cluster from scratch.

IN PROGRESS...

Prerequisites

  • Ansible installed on host machine
  • Virtual Machines up and running - use Vagrant to run preconfigured VMs

Run script to set up Kubernetes Cluster

./setUpCluster.sh

Credits

Run E2E tests

IN PROGRESS...

https://github.com/kubernetes/community/blob/master/contributors/devel/e2e-tests.md#testing-against-local-clusters

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