if nodepool is configured to run both on spot and ondemand, add waitAndRetry period before it falls back to ondemand in case spot is not available. #7490
Labels
feature
New feature or request
triage/needs-information
Marks that the issue still needs more information to properly triage
Description
When Karpenter nodepool is configured to run on both ondemand and spot, Karpenter just check once whether there is spot. If there is not, it will immediately fallback to ondemand.
This has lead business to about 20% cost increase. The business is okay to wait for few minutes before it falls back to ondemand.
Can we please consider adding this feature in?
The text was updated successfully, but these errors were encountered: