Jigisha Patil

Results 9 comments of Jigisha Patil

What is the instance type of the node that is finally created? Can you search for the log line that says `"message":"initialized nodeclaim"`? What is the `cpu` and `memory` from...

Would you mind sharing your `ec2nodelass` configuration as well? Can you also do a `kubectl describe pod ` on your karpenter pod? Wondering if `VM_MEMORY_OVERHEAD_PERCENT ` has some different value...

@YevhenLodovyi Thanks for sharing this information. >Can you also do a `kubectl describe pod ` on your karpenter pod? Wondering if `VM_MEMORY_OVERHEAD_PERCENT` has some different value set that could be...

Hey @YevhenLodovyi Were you able to resolve the problem that you were facing?

I tried to reproduce the issue with the configurations that you have shared. I did not see this issue occur even once. From the logs that you shared earlier I...

@MauroSoli Just to be sure, would you mind verifying if `BATCH_MAX_DURATION` and `BATCH_IDLE_DURATION` are being set properly. You can do this by running `kubectl describe pod `. Also there is...

Let's say you scheduled a single pod and until 10 seconds there is no new pod then Karpenter will begin scheduling new nodeClaim after 10 seconds. However if a pod...

I had probably misunderstood what was being implied earlier. I was able to reproduce this. Looking into creating a fix for this. Thanks.