Skip to content

Commit

Permalink
add ec2:DescribeImages to karpenter IAM to support v0.14 (#807)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
FernandoMiguel and bryantbiggs committed Aug 11, 2022
1 parent d013755 commit a6b850f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/kubernetes-addons/karpenter/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ data "aws_iam_policy_document" "karpenter" {
"ec2:CreateTags",
"ec2:DeleteLaunchTemplate",
"ec2:DescribeAvailabilityZones",
"ec2:DescribeImages",
"ec2:DescribeInstances",
"ec2:DescribeInstanceTypeOfferings",
"ec2:DescribeInstanceTypes",
Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/karpenter/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {
name = local.name
chart = local.name
repository = "https://charts.karpenter.sh"
version = "0.11.0"
version = "0.14.0"
namespace = local.name
timeout = "300"
values = local.default_helm_values
Expand Down

0 comments on commit a6b850f

Please sign in to comment.