Skip to content

Commit c2cc8b6

Browse files
committed
set karpenter_pools_enabled to true by default
1 parent d0a8d92 commit c2cc8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/config-defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cluster_autoscaler_max_usnchedulable_pods_considered: "1000"
3030
# karpenter settings
3131
# DO NOT SET TO FALSE IF THE CLUSTER HAS KARPENTER POOLS OR NODES. REFER TO TEAPOT DOCS FOR HOW TO ROLLBACK KARPENTER
3232
# https://teapot.docs.zalando.net/howtos/karpenter-operations/
33-
karpenter_pools_enabled: "false"
33+
karpenter_pools_enabled: "true"
3434

3535
karpenter_controller_cpu: "25m"
3636
karpenter_controller_memory: "256Mi"

0 commit comments

Comments
 (0)