mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-18 02:38:58 +03:00
VTWO-14496 : start machines configuration
This commit is contained in:
23
README.md
23
README.md
@@ -1,4 +1,25 @@
|
||||
# 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
|
||||
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](https://www.gnu.org/software/parallel/)
|
||||
|
||||
# setup
|
||||
- start the vms
|
||||
```sh
|
||||
vagrant up
|
||||
```
|
||||
|
||||
- setup a container runtime
|
||||
```sh
|
||||
./scripts/run_script_on_all_nodes install_container_runtime
|
||||
```
|
||||
|
||||
- download kubernetes
|
||||
```sh
|
||||
./scripts/run_script_on_all_nodes download_node_binaries
|
||||
```
|
||||
Reference in New Issue
Block a user