![]() |
||
---|---|---|
scripts | ||
.gitignore | ||
README.md | ||
Vagrantfile |
README.md
Introduction
This repository is intended for demo-ing the manual install of kubernetes's components on both master and worker nodes. It should be able to get you to a working single master kubernetes setup on a set of vagrant boxes
prerequisites
- vagrant
- the scp vagrant plugin :
vagrant plugin install vagrant-scp
- the GNU parallel CLI
setup
- start the vms
vagrant up
- setup a container runtime
./scripts/run_script_on_nodes install_container_runtime
- download kubernetes
./scripts/run_script_on_nodes download_node_binaries