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

Resource priority amidst contention: async image pull or on-demand fetch #228

Open
ganeshkumarashok opened this issue Sep 22, 2023 · 2 comments

Comments

@ganeshkumarashok
Copy link

If during async background image pull, another pod starts or has an on-demand image fetch call, is the resource priority (for IO, CPU) higher for the async pull process or the on-demand fetch call?

@lihuiba
Copy link

lihuiba commented Sep 25, 2023

I don't think we have QoS or priority control at present. All we have done is to throttle bandwidth of background downloading.

@lihuiba
Copy link

lihuiba commented Sep 25, 2023

I don't think we have QoS or priority control at present. All we have done is to throttle the bandwidth of background downloading. As throttling can be taken as a basic form of (lowering) priority, what is your opinion in the implementation perspective view?

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

2 participants