We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Be able to install karpenter as part of k8s 1.32 update
Currently is not possible as the list of "allowed" versions are specified in the index.ts of karpenter
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'],
No response
2.173.4
1.16.3
20
Ubunutu-22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Other Information
No response
Acknowledgements
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
The text was updated successfully, but these errors were encountered: