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

Karpenter addon for K8S v 1.32 #1112

Open
1 task done
edgarfzo opened this issue Feb 10, 2025 · 0 comments
Open
1 task done

Karpenter addon for K8S v 1.32 #1112

edgarfzo opened this issue Feb 10, 2025 · 0 comments
Labels

Comments

@edgarfzo
Copy link

edgarfzo commented Feb 10, 2025

Describe the feature

Be able to install karpenter as part of k8s 1.32 update

Use Case

Currently is not possible as the list of "allowed" versions are specified in the index.ts of karpenter

Proposed Solution

Add v 1.32 in the list

class versionMap {
    private static readonly versionMap: Map<string, string> = new Map([
        [KubernetesVersion.V1_32.version, '0.37.5'],
        [KubernetesVersion.V1_31.version, '0.37.5'],

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request

CDK version used

2.173.4

EKS Blueprints Version

1.16.3

Node.js Version

20

Environment details (OS name and version, etc.)

Ubunutu-22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant