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
the karpenter pod is in a crash loopback due to the error panic: no matches for kind "NodePool" in version "karpenter.sh/v1"
panic: no matches for kind "NodePool" in version "karpenter.sh/v1"
Apply the kube_karpenter module
kube_karpenter
terragrunt.hcl
include "panfactum" { path = find_in_parent_folders("panfactum.hcl") expose = true } terraform { source = include.panfactum.locals.pf_stack_source } dependency "cluster" { config_path = "../aws_eks" } inputs = { cluster_name = dependency.cluster.outputs.cluster_name node_role_arn = dependency.cluster.outputs.node_role_arn }
│ {"level":"ERROR","time":"2025-01-17T18:16:01.902Z","logger":"controller","message":"failed to setup nodepool nodeclassref name indexer","commit":"3298d91" │ │ ,"error":"no matches for kind \"NodePool\" in version \"karpenter.sh/v1\""} │ │ panic: no matches for kind "NodePool" in version "karpenter.sh/v1" │ │ │ │ goroutine 1 [running]: │ │ github.com/samber/lo.must({0x2fe5720, 0x40004306c0}, {0x0, 0x0, 0x0}) │ │ github.com/samber/[email protected]/errors.go:53 +0x1cc │ │ github.com/samber/lo.Must0(...) │ │ github.com/samber/[email protected]/errors.go:72 │ │ github.com/aws/karpenter-provider-aws/pkg/operator.NewOperator({0x3984e60, 0x40006638c0}, 0x4000754000) │ │ github.com/aws/karpenter-provider-aws/pkg/operator/operator.go:101 +0x11c │ │ main.main() │ │ github.com/aws/karpenter-provider-aws/cmd/controller/main.go:28 +0x28
The text was updated successfully, but these errors were encountered:
Attempted to apply again to see if it's been addressed and now seeing the error
╷ │ Error: could not download chart: error getting credentials - err: exit status 1, out: `` │ │ with helm_release.karpenter, │ on main.tf line 558, in resource "helm_release" "karpenter": │ 558: resource "helm_release" "karpenter" { │ ╵
Sorry, something went wrong.
fullykubed
No branches or pull requests
Prior Search
What happened?
the karpenter pod is in a crash loopback due to the error
panic: no matches for kind "NodePool" in version "karpenter.sh/v1"
Steps to Reproduce
Apply the
kube_karpenter
moduleterragrunt.hcl
Relevant log output
The text was updated successfully, but these errors were encountered: