You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the disruption consolidationPolicy in configuration does not include the WhenEmptyOrUnderutilized option, which is supported in recent versions of Karpenter.
Expected Behavior
The disruption consolidationPolicy should also allow the WhenEmptyOrUnderutilizedvalue to align with latest changes.
Describe the bug
The current implementation of the disruption
consolidationPolicy
in configuration does not include theWhenEmptyOrUnderutilized
option, which is supported in recent versions of Karpenter.Expected Behavior
The disruption
consolidationPolicy
should also allow theWhenEmptyOrUnderutilized
value to align with latest changes.consolidationPolicy?: "WhenUnderutilized" | "WhenEmpty" | "WhenEmptyOrUnderutilized",
Current Behavior
The disruption
consolidationPolicy
allows only the following values:consolidationPolicy?: "WhenUnderutilized" | "WhenEmpty",
Reproduction Steps
Attempt to set the consolidationPolicy to WhenEmptyOrUnderutilized.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.160.0
EKS Blueprints Version
1.16.1
Node.js Version
20.18
Environment details (OS name and version, etc.)
Ubuntu
Other information
No response
The text was updated successfully, but these errors were encountered: