Skip to content

Instantly share code, notes, and snippets.

View RavianXReaver's full-sized avatar
:octocat:
Working from home

RavianXReaver RavianXReaver

:octocat:
Working from home
  • ...
  • Sri Lanka
View GitHub Profile
# Install these packages (use your favorite AUR tool here)
yay -S minikube-bin kubectl-bin docker-machine-driver-kvm2 libvirt qemu-headless docker-machine ebtables
# Get libvirt going
sudo systemctl enable libvirtd.service
sudo usermod -a -G libvirt $(whoami)
# This fix thanks to http://blog.programmableproduction.com/2018/03/08/Archlinux-Setup-Minikube-using-KVM/
sudo virsh net-autostart default