File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ cluster_autoscaler_max_graceful_termination_sec: "1209600" # 2 weeks
28
28
cluster_autoscaler_max_usnchedulable_pods_considered : " 1000"
29
29
30
30
# karpenter settings
31
- # DO NOT SET TO FALSE IF THE CLUSTER HAS KARPENTER POOLS OR NODES. REFER TO TEAPOT DOCS FOR HOW TO ROLLBACK KARPENTER
32
- # https://teapot.docs.zalando.net/howtos/karpenter-operations/
33
- karpenter_pools_enabled : " true"
34
31
35
32
karpenter_controller_cpu : " 25m"
36
33
karpenter_controller_memory : " 256Mi"
@@ -254,11 +251,7 @@ polarsignals_enabled: "false"
254
251
255
252
# Emergency Access Service
256
253
# Control whether the emergency access service is enabled or not.
257
- {{ if and (eq .Cluster.Environment "production") (eq .Cluster.Provider "zalando-aws") }}
258
- emergency_access_service_enabled : " true"
259
- {{else}}
260
254
emergency_access_service_enabled : " false"
261
- {{end}}
262
255
263
256
# Kube-Metrics-Adapter
264
257
# # Scheduled scaling metrics: ramp up/down over this period of time
You can’t perform that action at this time.
0 commit comments