mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-27 03:41:05 +01:00
feat: New Karpenter sub-module for easily enabling Karpenter on EKS (#2303)
This commit is contained in:
@@ -8,7 +8,7 @@ module "eks" {
|
||||
source = "terraform-aws-modules/eks/aws"
|
||||
|
||||
cluster_name = "example"
|
||||
cluster_version = "1.22"
|
||||
cluster_version = "1.24"
|
||||
|
||||
cluster_addons = {
|
||||
vpc-cni = {
|
||||
|
||||
Reference in New Issue
Block a user