Going through blogs/official sites, I installed kubectl and minikube. After successful installation of both, I executed the following command.
minikube start --driver=hyperv
After executing the above command I am struck and the process is not completed at all as mentioned below screenshot.
The process has been running in step:4 (Updating the running hyperv "minikube" VM...) for more than 30 minutes.
Please help me to resolve this as I just started learning Kubernetes.
Thanks in advance.