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

Commits on Jul 18, 2024

  1. Support karpenter 0.32+

    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 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    75851a3 View commit details
    Browse the repository at this point in the history