Managing virtual machines is REALLY HARD. This is why we use Vagrant. However, it's also why Vagrant and Virtualbox are constantly racing each other with features, simplifications, defects and stabilization. It's strongly urged that you update both fairly often and be prepared to back off a version if it doesn't work for your environment.
- Install a Vagrant compatible virtual-machine provider such as VirtualBox
- Install (Vagrant)[https://www.vagrantup.com/docs/installation/]
In a terminal, run the following commands to download KET.
# Make a new directory for Kismatic and make it the working dir
mkdir ~/kismatic
cd ~/kismatic
Browse to https://github.com/apprenda/kismatic/releases and get the latest darwin release URL
# Download and unpack KET
wget -O - <latest darwin release url> | tar -zx
./provision vagrant create-mini
./kismatic install apply -f kismatic-cluster.yaml
vagrant destroy --force