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: Awareness of available disk space #209

Open
konturn opened this issue Mar 28, 2023 · 0 comments
Open

Feature: Awareness of available disk space #209

konturn opened this issue Mar 28, 2023 · 0 comments

Comments

@konturn
Copy link

konturn commented Mar 28, 2023

Hi there! I'm currently looking at using kube-fledged, but am concerned that a large image cache may eat up an unreasonable amount of disk space on the nodes. Is the controller aware of disk space constraints, or is it possible for image pulls instigated by the ImageCache resource to cause pod evictions due to low disk space? If so, I was thinking it could be a good approach to add one of the following options to the cacheSpec:

  1. A field for limiting the aggregate size of all images comprising the cacheSpec, or
  2. A field which prevents image pulls if node disk space drops below the configurable threshold (this would be evaluated on a per-node basis)

I could try taking a stab at this if pointed in the right direction, but wanted to confirm that this feature makes sense first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant