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

fix(karpenter): Pin to previous working chart version #366

Closed
wants to merge 1 commit into from

Commits on Mar 8, 2024

  1. fix(karpenter): Pin to previous working chart version

    If already installed the upgrade, you may get an issue.
    
    ```
    failed to get API group resources: unable to retrieve the complete list of server APIs: karpenter.sh/v1beta1: the server could not find the requested resource
    ```
    
    To fix uninstall karpenter and reapply terraform
    ```bash
    helm uninstall karpenter -n karpenter
    ```
    
    Fixes aws-ia#365
    benjefferies authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4d59ba6 View commit details
    Browse the repository at this point in the history