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 true failed #260

Open
BuuRoCk opened this issue Jun 18, 2024 · 0 comments
Open

karpenter true failed #260

BuuRoCk opened this issue Jun 18, 2024 · 0 comments

Comments

@BuuRoCk
Copy link

BuuRoCk commented Jun 18, 2024

addons
karpenter = {
enabled = true
iam_role_arn = dependency.eks.outputs.eks_managed_node_groups["default-a"].iam_role_arn
}

│ Error: Missing required argument │ │ with helm_release.karpenter[0], │ on karpenter.tf line 104, in resource "helm_release" "karpenter": │ 104: resource "helm_release" "karpenter" { │ │ The argument "set.0.value" is required, but no definition was found. ╵ ╷ │ Error: Missing required argument │ │ with helm_release.karpenter[0], │ on karpenter.tf line 104, in resource "helm_release" "karpenter": │ 104: resource "helm_release" "karpenter" { │ │ The argument "set.2.value" is required, but no definition was found.

Screenshot 2024-06-18 at 12 03 41

Hello, when I install Karpenter, I get the following error: it cannot find the lines I specified below.

133 lines - value = var.cluster-name
138 lines - value = module.karpenter.iam_role_arn
143 lines - value = module.karpenter.instance_profile_name
https://github.com/particuleio/terraform-kubernetes-addons/blob/main/modules/aws/karpenter.tf

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

No branches or pull requests

1 participant