Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker driver: check docker-desktop has enough cpu/ram on Mac/Windows #8540

Closed
medyagh opened this issue Jun 23, 2020 · 3 comments · Fixed by #8718
Closed

docker driver: check docker-desktop has enough cpu/ram on Mac/Windows #8540

medyagh opened this issue Jun 23, 2020 · 3 comments · Fixed by #8718
Assignees
Labels
co/docker-driver Issues related to kubernetes in container july-chill kind/feature Categorizes issue or PR as related to a new feature. os/macos os/windows priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone

Comments

@medyagh
Copy link
Member

medyagh commented Jun 23, 2020

No description provided.

@medyagh medyagh added co/docker-driver Issues related to kubernetes in container kind/feature Categorizes issue or PR as related to a new feature. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels Jun 23, 2020
@medyagh medyagh changed the title check docker desktop has enough cpu/ram docker driver: check docker-desktop has enough cpu/ram on Mac/Windows Jun 23, 2020
@afbjorklund
Copy link
Collaborator

Is this related to #7980 ?

@afbjorklund
Copy link
Collaborator

afbjorklund commented Jun 23, 2020

We probably should check the memory also on Linux, for people running the docker driver in a custom VM

🤹 Running on localhost (CPUs=1, Memory=1361MB, Disk=51175MB) ...

@afbjorklund
Copy link
Collaborator

Why is minikube not able to run in a Docker Desktop that has (the default setting of) 2 GB of memory ?
Upstream kubernetes/kubeadm claims that it should be enough, even if we do default to 2200MB now.

cmd/minikube/cmd/start_flags.go-        minUsableMem            = 1024 // Kubernetes will not start with less than 1GB
cmd/minikube/cmd/start_flags.go:        minRecommendedMem       = 2000 // Warn at no lower than existing configurations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container july-chill kind/feature Categorizes issue or PR as related to a new feature. os/macos os/windows priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants