Please help me on below issue.
I have installed minikube on winodows 10 Home edition and I am able to start cluster locally however apiserver is getting stopped within few mins of start and hence all commands/dashboard UI are started failing
Error message:
Unable to connect to the server: net/http: TLS handshake timeout
Output of minikube status command is below.
minikube
type: Control Plane
host: Running
kubelet: Running
apiserver: Stopped
kubeconfig: Configured
I increase RAM to 8 GB and Assign 4 CPU during minikube start but it didn’t help.
I got one suggestion to use below commands in windows powershell when found apiserver stopped but that only start apiserver for few mins and again it stopped.
minikube ssh
$ sudo su
$ systemctl daemon-reload
$ sudo systemctl enable docker
$ exit
is there any chance that it is happening due to docker-desktop and oracle virtual box is present in my local system?
Please help ASAP.
Thank you in advance.