We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4bc120 + f6ec6a4 commit 6be3209Copy full SHA for 6be3209
cluster/config-defaults.yaml
@@ -488,8 +488,7 @@ aws_efa_device_plugin_cpu: "10m"
488
aws_efa_device_plugin_memory: "20Mi"
489
490
# static egress controller settings
491
-# by default static egress controller is enabled on legacy clusters and disabled on zalando-eks clusters with multiple clusters
492
-{{- if and (eq .Cluster.Provider "zalando-eks") (gt (len .Cluster.AccountClusters) 1) }}
+{{- if eq .Cluster.Provider "zalando-eks" }}
493
static_egress_controller_enabled: "false"
494
{{- else }}
495
static_egress_controller_enabled: "true"
0 commit comments