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

[bug] Getting an error (set.2.value) is required when trying to enable Karpenter addons using Terraform #2995

Open
rahul799 opened this issue Sep 27, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@rahul799
Copy link

Describe the bug

I am getting

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.

while I am trying to enable the karpenter

What is the current behavior?

I am already using other addons like metrics-server and it's working absolutely fine but when I try to enable Karpenter, I am getting the error.

How to reproduce? Please include a code sample if relevant.

karpenter = {
    enabled = true
  }

What's the expected behavior?

The module must not throw any errors

Environment details

  • Affected module version: 15.3.0
  • OS: macOS
  • Terraform version: Terraform v1.5.2 on darwin_arm64
  • Kubernetes version: 1.28

Any other relevant info

It's kind of very similar to this issue.

@rahul799 rahul799 added the bug Something isn't working label Sep 27, 2024
@fabiocruzcoelho
Copy link

Hi, @rahul799 I'm also having the same problem, Are there any updates on it?

@ArchiFleKs
Copy link
Member

@rahul799 @fabiocruzcoelho is the issue still present ?

@fabiocruzcoelho
Copy link

@rahul799 @fabiocruzcoelho is the issue still present ?

Yes @ArchiFleKs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants