-
Notifications
You must be signed in to change notification settings - Fork 472
Karpenter is continually churning pods when making consolidation decisions #1851
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.performanceIssues relating to performance (memory usage, cpu usage, timing)Issues relating to performance (memory usage, cpu usage, timing)priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.performanceIssues relating to performance (memory usage, cpu usage, timing)Issues relating to performance (memory usage, cpu usage, timing)priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Observed Behavior:
Karpenter is recreating the same type of node over a period of time and deleting it in parallel when replicas are increased.
Expected Behavior:
Karpenter should not consolidate often when replicas are increased and new nodes are created , deleted over a period of time marking the pods to be shifted to new nodes.
Reproduction Steps (Please include YAML):
Versions:
kubectl version): v1.31Attached logs :
karpenter-dec07.log
Questions :