mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 00:23:46 +01: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