You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce the behavior:
Pull the latest and try to create the spark operator v4 solution
Expected behavior
the stack creates successfully with the ./install.sh script
Actual behavior
The stack failed with the error below while creating the module.eks_data_addons.helm_release.karpenter_resources resources
│ Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "spark-memory-optimized" namespace: "" from "": no matches for kind "EC2NodeClass" in version "karpenter.k8s.aws/v1"
│ ensure CRDs are installed first, resource mapping not found for name: "spark-memory-optimized" namespace: "" from "": no matches for kind "NodePool" in version "karpenter.sh/v1"
│ ensure CRDs are installed first]
│
│ with module.eks_data_addons.helm_release.karpenter_resources["spark-memory-optimized"],
│ on .terraform/modules/eks_data_addons/karpenter-resources.tf line 6, in resource "helm_release" "karpenter_resources":
│ 6: resource "helm_release" "karpenter_resources" {
│
╵
╷
│ Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "spark-vertical-ebs-scale" namespace: "" from "": no matches for kind "EC2NodeClass" in version "karpenter.k8s.aws/v1"
│ ensure CRDs are installed first, resource mapping not found for name: "spark-vertical-ebs-scale" namespace: "" from "": no matches for kind "NodePool" in version "karpenter.sh/v1"
│ ensure CRDs are installed first]
│
│ with module.eks_data_addons.helm_release.karpenter_resources["spark-vertical-ebs-scale"],
│ on .terraform/modules/eks_data_addons/karpenter-resources.tf line 6, in resource "helm_release" "karpenter_resources":
│ 6: resource "helm_release" "karpenter_resources" {
│
╵
Additional context
Looks like aws-ia/terraform-aws-eks-data-addons#45 updated the resources to karpenter v1 spec, since the ones in spark operator are still beta i think we just need to update the nodepools/classes.
This can also take care of #611 for the spark operator solution 🥳
The text was updated successfully, but these errors were encountered:
Description
When creating the stack on latest this morning i saw a failure due to the karpenter resources that are created via
karpenter_resources_helm_config
Versions
Module version [Required]: v1.0.3 (latest)
Terraform version: v1.9.5
Reproduction Code [Required]
Steps to reproduce the behavior:
Pull the latest and try to create the spark operator v4 solution
Expected behavior
the stack creates successfully with the
./install.sh
scriptActual behavior
The stack failed with the error below while creating the
module.eks_data_addons.helm_release.karpenter_resources
resourcesAdditional context
Looks like aws-ia/terraform-aws-eks-data-addons#45 updated the resources to karpenter v1 spec, since the ones in spark operator are still beta i think we just need to update the nodepools/classes.
This can also take care of #611 for the spark operator solution 🥳
The text was updated successfully, but these errors were encountered: