in Education by
I am trying to start a local Kubernetes cluster using minikube start and getting the following error. Starting local Kubernetes v1.10.0 cluster... Starting VM... Getting VM IP address... Moving files into cluster... Setting up certs... Connecting to the cluster... Setting up kubeconfig... Starting cluster components... E0912 17:39:12.486830 17689 start.go:305] Error restarting cluster: restarting Kube-proxy: waiting for Kube-proxy to be up for configMap update: timed out waiting for the condition Any idea of how to ensure it starts? I am using VirtualBox and this tutorial. I tried the tip given here but without luck. Also, any specific reason why it takes so long to even reach this stage? Or is it usually this slow? Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
For this type of errors, we basically need to take care of some points and those are 1.Close the virtual box if opened 2. Delete the previous temp file that is generated 3. Set this to the proxy if you are behind it And then run the following commands which help to delete and start the minikube again, minikube stop minikube delete minikube start This will solve your issue it some times occurs due to proxy issues and previous temp files that can be resolved by this.

Related questions

0 votes
    I've been using K8S ConfigMap and Secret to manage our properties. My design is pretty simple, that keeps ... 't been created Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    The situation I have a kubernetes pod stuck in "Terminating" state that resists pod deletions NAME READY STATUS ... not exist. Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    Can you please tell me the difference between kubectl apply and kubectl create. Why there are 3 different commands ... the same thing? Select the correct answer from above options...
asked Jan 23, 2022 in Education by JackTerrance
0 votes
    I'm looking for a way to configure Nginx to access hosted services through a subdomain of my server. Those services ... me with this? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    I have an application on GKE that I wish to be available via HTTPS only, so I have gotten a signed ... to the kubernetes cluster? Select the correct answer from above options...
asked Jan 31, 2022 in Education by JackTerrance
0 votes
    Now that links are deprecated in docker-compose.yml (and were able to use the new networking feature to ... docker-compose.yml? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Hello I am trying to upload some files to the amazon S3 bucket but I am facing an error that the key is ... 't exist Please help. Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    Let's say I have one variable, directory_list, which I define and set in a ruby_block named get_directory_list. Can ... woohoo" end end Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Do I need to use separate Docker containers for my complex web application or I can put all required services in ... in one container? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    In deploy scenario I need to create and run Jenkins task on the list of hosts, i.e. create something like a ... anyone help with it? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    I want to migrate my webapp from Amazon EC2 to ECS. I ECS I have to allocate memory and vCPU for the ... needed for the process? Select the correct answer from above options...
asked Jan 25, 2022 in Education by JackTerrance
0 votes
    Can anyone suggest me the best institute in Hyderabad for DevOps training? Select the correct answer from above options...
asked Jan 11, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me which certification is best for DevOps? Select the correct answer from above options...
asked Jan 11, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what are tools in DevOps for testing? Select the correct answer from above options...
asked Jan 9, 2022 in Education by JackTerrance
0 votes
    I am setting up a common standalone-full.xml file for all server environments, and therefore need to have ... is greatly appreciated. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
...