mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
docs: Replace cluster autoscaler/node termination handler example with Karpenter (#1994)
This commit is contained in:
@@ -4,7 +4,7 @@ provider "aws" {
|
||||
|
||||
locals {
|
||||
name = "ex-${replace(basename(path.cwd), "_", "-")}"
|
||||
cluster_version = "1.21"
|
||||
cluster_version = "1.22"
|
||||
region = "eu-west-1"
|
||||
|
||||
tags = {
|
||||
|
||||
Reference in New Issue
Block a user