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

[FEATURE] Keep images longer #216

Closed
alexec opened this issue Apr 6, 2020 · 2 comments
Closed

[FEATURE] Keep images longer #216

alexec opened this issue Apr 6, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request k3s This is likely an issue with k3s not k3d itself runtime Issue with the container runtime (docker)

Comments

@alexec
Copy link

alexec commented Apr 6, 2020

Is your feature request related to a problem or a Pull Request?

No.

Scope of your request

Change to behaviour.

Describe the solution you'd like

Importing images works great - but seems that if the images are not used - they get deleted. How can we prevent this happening so soon?

@alexec alexec added the enhancement New feature or request label Apr 6, 2020
@iwilltry42
Copy link
Member

Hi there, thanks for opening this issue.
How the cluster (as in k3s/Kubernetes) acts is mostly rancher/k3s' concern.
What I suspect is:

  • image garbage collection kicks in, because your node(s) is reaching filesystem capacity
  • you're possibly running on Mac or Windows with Docker for Desktop, where the VM has limited disk space available

See related issue on k3s: k3s-io/k3s#813

@iwilltry42 iwilltry42 self-assigned this Apr 7, 2020
@iwilltry42 iwilltry42 added k3s This is likely an issue with k3s not k3d itself runtime Issue with the container runtime (docker) labels Apr 7, 2020
@iwilltry42
Copy link
Member

Closing this due to inactivity (and because it's most probably k3s' concern)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request k3s This is likely an issue with k3s not k3d itself runtime Issue with the container runtime (docker)
Projects
None yet
Development

No branches or pull requests

2 participants