Skip to content
#

minikube

Here are 711 public repositories matching this topic...

medyagh
medyagh commented Apr 28, 2022

What Happened?

if you have 3 clusters and you make one of them active
all minikube commands will run against that cluster,

$ minikube profile p1
✅  minikube profile was successfully set to p1
15:16:37 medya
$ minikube status
p1
type: Control Plane
host: Running
kubelet: Running
apiserver: Running
kubeconfig: Configured

this should be reflected in the minikube profile l

kind/feature priority/important-soon good first issue
LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

good first issue

Improve this page

Add a description, image, and links to the minikube topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the minikube topic, visit your repo's landing page and select "manage topics."

Learn more