-
Notifications
You must be signed in to change notification settings - Fork 130
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
feat: Update Karpenter addon to support v0.32.1
/v1beta1
#285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
I need to dig in a bit more, was getting some segfault errors like this terraform-aws-modules/terraform-aws-eks#2800 (comment) |
I am not sure if you noticed, but FYI: karpenter chart has changed a lot between versions. I have not looked into exact changes but it is likely that the upgrade requires quite a bit more work from the values side |
This update introduced a new bug. Karpter pods error with: Reverting the module version to 1.9.0 corrects the error. Terraform plan shows the following changes it wants to make between versions and its putting the cluster_name in
|
Karpenter v0.32.x is using |
What does this PR do?
v0.32.1
/v1beta1
Motivation
More
pre-commit run -a
with this PRFor Moderators
Additional Notes