How to fix VM issue with minikube start ?

前端 未结 4 1224
天涯浪人
天涯浪人 2021-02-18 13:22

I am a beginner to Kubernetes and starting off with this tutorial. I installed VM and expected to be able to start a cluster by using the command:

minikube star         


        
4条回答
  •  情深已故
    2021-02-18 14:07

    This definitely worked for me, starting minikube by specifying vm-driver and kubernetes-version

    minikube start --vm-driver=hyperkit --kubernetes-version v1.16.0

提交回复
热议问题