Skip to content

michael-dez/vagrant-minikube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Minikube Vagrant

Provide a consistent way to run minikube locally across different distro's.. Note, this installs minikube and kubectl for ubuntu 16.04.

Install Pre-requisites

Vagrant

Ensure you have vagrant installed (should also support mac/windows)

Using Arch Package Manager

sudo pacman -S vagrant

Using Ubuntu Package Manager

sudo apt-get install vagrant

VirtualBox

Run

Clone and enter this repo, then:

vagrant up

SSH into VM

vagrant ssh

Check Status of Cluster

kubectl get nodes

About

Minikube in Vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published