Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (36 loc) · 1.02 KB

DEVELOPER.md

File metadata and controls

42 lines (36 loc) · 1.02 KB

explanation of dev tools

Requirements: ct: [terrafrom 0.12.x:](https://www.terraform.io/ virtualbox vagrant coreos-vagrant

vagrant-up

./dev/vagrant-up

wil deploy a vagrant box based on the coreos-vagrant this will spin up 3 coreos nodes

vagrant-ssh

./dev/vagrant ssh   # will connect to the first node
./dev/vagrant ssh 1 # will connect to the second node
./dev/vagrant ssh 2 # will connect to the third node

vagrant-inject-mc

./dev/vagrant-inject-mc

this will build and inject the binary to all deployed nodes and restart the mc.service

vagrant-resize-box

if you have deployed all your nodes and now you have not enough disk-space run

./dev/vagrant-resize-box

vagrant-destroy

!!DESTROY it ALL!!

./dev/vagrant-destroy

REMINDER: there is no way to recover from this