data-on-eks
data-on-eks copied to clipboard
feat: Support preloading container images into Bottlerocket data volumes with Karpenter
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted. Consult the CONTRIBUTING guide for submitting pull-requests.
Motivation
Reduce the cold start time for ray worker pods. By preloading container images into the bottlerocket OS data volume, ~10 mins can be saved for container startup time as it is not necessary to download and extract the container images layers.
https://github.com/awslabs/data-on-eks/issues/559
More
- [x] Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
- [ ] Mandatory for new blueprints. Yes, I have added a example to support my blueprint PR
- [ ] Mandatory for new blueprints. Yes, I have updated the
website/docs
orwebsite/blog
section for this feature - [ ] Yes, I ran
pre-commit run -a
with this PR. Link for installing pre-commit locally
For Moderators
- [ ] E2E Test successfully complete before merge?