We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.7.0
When a node is empty with: consolidationPolicy: WhenEmpty consolidateAfter: 10s
Karpenter should start the delete process (NotReady && Delete).
Karpenter spawns a new node (no pending pods)
Spawn a pod that requires a new node. Wait for karpenter to start a new node. Remove the pod and watch the nodes.
log.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
0.7.0
Expected Behavior
When a node is empty with:
consolidationPolicy: WhenEmpty
consolidateAfter: 10s
Karpenter should start the delete process (NotReady && Delete).
Actual Behavior
Karpenter spawns a new node (no pending pods)
Steps to Reproduce the Problem
Spawn a pod that requires a new node.
Wait for karpenter to start a new node.
Remove the pod and watch the nodes.
Resource Specs and Logs
log.log
Community Note
The text was updated successfully, but these errors were encountered: