- install
git
andvagrant
. - clone repo and download binaries package
- build for env
setting version on tests/download.sh
if you want
make download
make init
vagrant ssh salt
sudo su -
kubectl get no
init cluster manual by command
vagrant up
vagrant ssh salt
salt \* test.ping
# sync all modules for salt
salt-run saltutil.sync_all saltenv=local
# setting roles for def whith salt/<env>/roles.yaml
salt-run state.orchestrate orch.setting_roles saltenv=local
# run orchstate for kubernetes install
salt-run state.orchestrate orch.kubernetes saltenv=local
pls notes setting local vm networks interfaces into Pillar files