-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Helm upgrade for karpenter version 0.37.0 is failing with context deadline exceeded. #173
Comments
It would be helpful to understand which resource is failing here, at least to confirm it's the Helm chart, do you have additional logs from the Lambda function which backs the custom resource? |
Hi, This is the lambda function logs,
Thanks |
Having similar issues as well. Dug deeper into the root cause and it appears to be related to helm upgrade and kubernetes api rate limiting. It is my understanding that helm is timing out during the helm upgrade call on L#199 |
TLDR;What worked for me was to first have a managed node group setup within my eks cluster before configuring karpenter. You could also add a fargate profile to your cluster first. reference here. EXPLANATIONRunning helm directly against my eks cluster with the Since this lib configures helm to wait for completion as seen below, it eventually hits the cdk-eks-karpenter/src/index.ts Lines 187 to 202 in b255318
|
Hi,
When I am trying to upgrade karpenter version from v0.29.1 to 0.37.0 I am getting context deadline exceeded error.
I even tried to upgrade to 0.33.1. Facing the same issue.
We guess the helm chart upgradation is taking more time than expected but not very sure.
Is there anyways we can solve this issue? Can we increase the timeout time for helm upgrade?
The text was updated successfully, but these errors were encountered: