About 1,130,000 results
Open links in new tab
  1. Minikube: kubectl connection refused - did you specify the right …

    Sep 15, 2017 · $ minikube start --memory=10000 --cpu 4 If this didn't work out, you can do the following that will help you to know more about the underlying cause of problem: Check …

  2. minikube - Why The "docker" driver should not be used with root ...

    Aug 30, 2021 · When trying to start minikube with docker driver, as a root user I get: $ minikube start --driver=docker * minikube v1.16.0 on Ubuntu 18.04 * Using the docker driver based on …

  3. minikube - How to access Kubernetes API when using minkube?

    Nov 21, 2016 · What is correct way to kubernetes cluster setup using minikube through the kubernetes api ? At the moment, I can't find a port through which the kubernetes cluster can …

  4. Problem executing "minikube start" command - Stack Overflow

    Jul 10, 2020 · malik@malik:~$ minikube start minikube v1.12.0 on Ubuntu 18.04 Using the docker driver based on existing profile Starting control plane node minikube in cluster minikube …

  5. Routing an internal Kubernetes IP address to the host system

    Feb 16, 2017 · While running Minikube, I want to connect to a server that has the annoying habit of announcing itself to a service registry with its internal IP address from inside its pod. …

  6. minikube - Kubernetes cannot pull image from private docker …

    Apr 4, 2018 · I have problem with kubernetes (minikube) and pull images from local image repository on docker. Docker repository was created: docker run --entrypoint htpasswd …

  7. minikube - x509: certificate signed by unknown authority

    Oct 26, 2020 · I am using minikube and kubectl to create an RC for mongo. And I am using the company's VPN. Created the RC via kubectl create -f ./rc/mongo-rc.yaml command. Got below …

  8. How can I use local Docker images with Minikube?

    I have several Docker images that I want to use with Minikube. I don't want to first have to upload and then download the same image instead of just using the local image directly. How do I do …

  9. minikube --kubernetes-version --> Which version are supported?

    Oct 12, 2020 · minikube start --kubernetes-version=v1.11.10 minikube follows the Kubernetes Version and Version Skew Support Policy, so we guarantee support for the latest build for the …

  10. Minikube: bash: /usr/local/bin/minikube: No such file or directory

    Sep 2, 2020 · minikube start OR minikube start --driver=virtualbox And it worked fine. Note: By default minikube attempts to use Docker as the driver, but you specify VirtualBox as your …