Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 851 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 851 Bytes

Minikube-setup

  • automating the setup of minikube with scripts

Minikube as Docker container --driver=docker [view docs] :

  • view script here

  • the script check if docker is installed if not it installs it along with minikube

  • start minikube after running the script :

    minikube start --driver=docker
    

Minikube as a VM --driver=none [view docs] :

debian based system :

red hat based system :

  • view script here

  • the script installs docker along with the required dependencys

  • start minikube after running the script :

    minikube start --driver=none