Skip to content

Can we use a specific version of Karpenter to install ? #211

Closed Answered by askulkarni2
subashprabanantham asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @subashprabanantham you can view the version within the respective add-on's module in main.tf. E.g.

chart_version = try(var.karpenter.chart_version, "v0.27.2")

You can pass a different version like this.

enable_karpenter = true 
karpenter = {
  chart_version  = "0.29.2"
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@subashprabanantham
Comment options

Answer selected by bryantbiggs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants