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

Using the Podman driver shows Docker Desktop warnings #9238

Closed
afbjorklund opened this issue Sep 13, 2020 · 1 comment · Fixed by #9239
Closed

Using the Podman driver shows Docker Desktop warnings #9238

afbjorklund opened this issue Sep 13, 2020 · 1 comment · Fixed by #9239
Labels
co/podman-driver podman driver issues kind/bug Categorizes issue or PR as related to a bug. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@afbjorklund
Copy link
Collaborator

afbjorklund commented Sep 13, 2020

Since #9024

🔥  Creating podman container (CPUs=2, Memory=7900MB) ...

🧯  Docker is nearly out of disk space, which may cause deployments to fail! (95% of capacity)
💡  Suggestion: 

    Try at least one of the following to free up space on the device:
    
    1. Run "docker system prune" to remove unused docker data
    2. Increase the amount of memory allocated to Docker for Desktop via
    Docker icon > Preferences > Resources > Disk Image Size
    3. Run "minikube ssh -- docker system prune" if using the docker container runtime
🍿  Related issue: https://github.com/kubernetes/minikube/issues/9024

There is a sudo podman system prune (1), but there is no Podman Desktop (2).

The suggestion to clean up the internal docker (3) could still be valid, though.

@afbjorklund afbjorklund added kind/bug Categorizes issue or PR as related to a bug. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. co/podman-driver podman driver issues labels Sep 13, 2020
@afbjorklund
Copy link
Collaborator Author

Probably just clone RsrcInsufficientDockerStorage as RsrcInsufficientPodmanStorage

And change the wording a bit, as per the comment above. And then look for which KIC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/podman-driver podman driver issues kind/bug Categorizes issue or PR as related to a bug. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant