This is a fork of mintel/vagrant-minikube which does not appear to be maintained. The sshfs and libvirt plugins were removed for better Windows compatibility. The Kubernetes version environment variable has also been updated to 1.23.3 and the conntrack package has been added to the main startup script.
Provide a consistent way to run minikube locally across different distro's..
Note, this installs minikube
and kubectl
for ubuntu 16.04.
Ensure you have vagrant installed (should also support mac/windows)
sudo pacman -S vagrant
sudo apt-get install vagrant
Clone and enter this repo, then:
vagrant up
vagrant ssh
kubectl get nodes