infrapuzzle/bootstrap
Moritz Graf fbbfba3a61 Vagrant with kubespray works. Lets move on 2020-02-16 13:04:20 +01:00
..
.gitignore Vagrant with kubespray works. Lets move on 2020-02-16 13:04:20 +01:00
README.md Vagrant with kubespray works. Lets move on 2020-02-16 13:04:20 +01:00
config.rb Vagrant with kubespray works. Lets move on 2020-02-16 13:04:20 +01:00
init_kubespray.sh Vagrant with kubespray works. Lets move on 2020-02-16 13:04:20 +01:00

README.md

Bootstrap

The following lines document hwo to initalize a fresh cluster. On a real cluster, or using Vagrant. It therefore assumes to clone kubespray to this folder. It will be excluded in .gitignore and all files are in this folder.

git clone https://github.com/kubernetes-sigs/kubespray.git
./init_kubespray.sh
cd kubespray
vagrant up
# up and abkle to ssh
vagrant ssh k8s-1

Done steps

The following steps have been done while first setup and are not required to be redone:

cp ./kubespray/Vagrantfile .