Skip to content
#

minikube

Here are 735 public repositories matching this topic...

medyagh
medyagh commented Jul 14, 2022

What Happened?

I noticed on our examples on website does not have Arm64 support yet
and when you try to curl the Service URL or open it in the browser it fails.

the real problem was the pod was crashing but minikube still gave me a URL

$ kc get pods 
NAMESPACE     NAME                               READY   STATUS             RESTARTS      AGE
default       hello-minikube-5c5f5cd
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. co/service issues related to the service feature
tuninger
tuninger commented Jul 13, 2022

It is strongly recommended to change the default value of ImagePullPolicy to "IfNotPresent" in all deployments, statefulset.

good first issue Good for newcomers area/deployment Issues replated to deployments priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. triage/accepted Indicates an issue or PR is ready to be actively worked on.
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 Good for newcomers

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