Dynamically set Disk Volume size. #1988
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Description
What problem are you trying to solve?
Karpenter provisions nodes of all sizes, which is great. But this means a 50GB root volume which may be sufficient for most nodes, will not be sufficient for the larger nodes as more pods can run therefore more images are downloaded.
Karpenter should be able to dynamically set the root volume size based on the size of node, using rules set by the karpenter user.
How important is this feature to you?
This will prevent us from excessive spend, as the alternative is to simply increase the nodeclasses volume size. this is inefficient since we share a EC2NodeClass across many different node type/sizes. It will also prevent
DiskPressure
evictions.The text was updated successfully, but these errors were encountered: