Skip to content
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

Support karpenter 0.32+ #368

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Support karpenter 0.32+ #368

merged 1 commit into from
Jul 18, 2024

Conversation

errm
Copy link
Member

@errm errm commented Jul 18, 2024

Karpenter 0.32 introduces new v1beta apis and depricates the existing v1alpha apis.

🔗 https://karpenter.sh/v0.32/upgrading/v1beta1-migration/#upgrade-procedure

These APIs require a different IAM policy for the controler to work.

This PR adds 2 new variables to the karpenter module.

v1alpha and v1beta which will allow one or both policies to be used (useful during the migration process)

We will enable both policies by default in the 1.28 release, then drop support for the v1alpha policy in 1.30 (as karpenter 1.31 doesn't work properly with k8s 1.30).

@errm errm requested a review from a team as a code owner July 18, 2024 10:10
@errm errm requested review from a team, eagletmt and fsan July 18, 2024 10:11
Karpenter 0.32 introduces new v1beta apis and depricates the
existing v1alpha apis.

These APIs require a different IAM policy for the controler
to work.

This PR adds 2 new variables to the karpenter module.

`v1alpha` and `v1beta` which will allow one or both policies
to be used (useful during the migration process)

We will enable both policies by default in the 1.28 release,
then drop support for the `v1alpha` policy in 1.30
(as karpenter 1.31 doesn't work properly with k8s 1.30).
@errm errm force-pushed the errm/support-karpenter-0-32 branch from 8570166 to 75851a3 Compare July 18, 2024 12:07
@errm errm merged commit b41410d into main Jul 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants