About 1,130,000 results
Open links in new tab
  1. kubernetes - `kubectl` not found. If you need it, try: 'minikube ...

    13 Minikube installs kubectl inside of itself. So to use the kubectl which you installed via minikube, you have to prepend the command arguments with minikube kubectl --. For example: # the …

  2. kubernetes - how to resolve minikube start error - Stack Overflow

    Jan 22, 2022 · 1 Use minikube start --driver=docker as an alternative, But your issue might resolve if you minikube start --driver=virtualbox --no-vtx-check Note: to use virtualbox as driver …

  3. 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 …

  4. 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 …

  5. kubernetes - Expose port in minikube - Stack Overflow

    Nov 23, 2016 · In minikube, how to expose a service using nodeport ? For example, I start a kubernetes cluster using the following command and create and expose a port like this: $ …

  6. 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 …

  7. Minikube: kubectl connection refused - did you specify the right …

    Sep 15, 2017 · Minikube bugged version: 0.22.2 Minikube working version: 0.19.0 Kubectl (client): v1.7.0 Kubectl (server): v1.6.0 EDIT: I kept having some issue with minikube after I posted this …

  8. docker - Getting "ErrImageNeverPull" in pods - Stack Overflow

    May 31, 2019 · Yes, I had the same issue and resolved it by running eval $ (minikube docker-env). However, it's important to note that before setting the Minikube Docker environment, you …

  9. How do I ssh into the VM for Minikube? - Stack Overflow

    Aug 10, 2016 · 93 Minikube uses boot2docker as its base image, so the default SSH login to the VM ends up being docker:tcuser 1.

  10. How to expose Minikube cluster to internet - Stack Overflow

    Feb 7, 2021 · I know minikube should be used for local only, but i'd like to create a test environment for my applications. In order to do that, I wish to expose my applications running …