Skip to content

Commit 86fafaa

Browse files
committed
update karpenter example
1 parent 2ac8225 commit 86fafaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/karpenter/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ module "eks" {
5757
enable_cluster_creator_admin_permissions = true
5858
endpoint_public_access = true
5959

60+
# EKS Provisioned Control Plane configuration
61+
control_plane_scaling_config = {
62+
tier = "standard"
63+
}
64+
6065
addons = {
6166
coredns = {}
6267
eks-pod-identity-agent = {

0 commit comments

Comments
 (0)