aws / eks-anywhere

Run Amazon EKS on your own infrastructure 🚀
https://anywhere.eks.amazonaws.com
Apache License 2.0
1.97k stars 286 forks source link

Curated Packages Enhancement #2076

Open a-cool-train opened 2 years ago

a-cool-train commented 2 years ago
a-cool-train commented 2 years ago

All the issues in this list have been completed except:

  1. We should be using Reader and Writer interfaces here. This is going to load the entire thing into memory. That might work for now, when run on someone's laptop or whatever, but it isn't hard to imagine us eventually having packages large enough that this would fail (like if run on a resource constrained VM).