The Wayback Machine - https://web.archive.org/web/20201031004727/https://github.com/topics/minikube
Skip to content
#

minikube

Here are 495 public repositories matching this topic...

vinu2003
vinu2003 commented Oct 18, 2020

##minikube stop##
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube stop -p test2
🤷 There is no local cluster named "test2"
👉 To fix this, run: "minikube start -p test2"

this causes unwanted error message thrown in profile list.

vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube profile list
|----------|-----------|---------|--------------|------|---------|---------|
|

mvijftigschild
mvijftigschild commented Aug 6, 2020

When following:
https://www.telepresence.io/tutorials/docker

We come to the part where we do a swap-deployment:

$ telepresence --swap-deployment hello-world --docker-run --rm -it -v $(pwd):/usr/src/app hello-dev
T: Volumes are rooted at $TELEPRESENCE_ROOT. See https://telepresence.io/howto/volumes.html for details.
T: Starting network proxy to cluster by swapping out Deployment hell
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

sebastien-prudhomme
sebastien-prudhomme commented Jan 25, 2019

Hi, since Helm 2.5.0, it's possible to use relative urls in index.yaml chart repository: https://github.com/helm/helm/blob/master/docs/chart_repository_faq.md

Minibroker is not compatible with that mode.

In pkg/helm/helm.go, the LoadChart function should first check if chartURL is a fully qualified URL, if not, build an URL with the relative URL and "repoURL".

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

You can’t perform that action at this time.