How install latest minukube on ubuntu 16.04 with docker-machine-driver-kvm2<
How install latest minukube on ubuntu 16.04 with docker-machine-driver-kvm2 Install kvm packages on ubuntu 16.04 sudo apt install libvirt-bin qemu-kvm -y sudo usermod -a -G libvirtd $(whoami) Install minikube # The command below installs Kubectl version 1.9.0 curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl # For stable version, use following command: curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 […]
Читать дальше… from How install latest minukube on ubuntu 16.04 with docker-machine-driver-kvm2<