Skip to content

Commit 6be3209

Browse files
authored
Merge pull request #10122 from zalando-incubator/revert-10084-egress-count
Revert "enable egress-controller on EKS when it's the only cluster in the account"
2 parents c4bc120 + f6ec6a4 commit 6be3209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cluster/config-defaults.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,7 @@ aws_efa_device_plugin_cpu: "10m"
488488
aws_efa_device_plugin_memory: "20Mi"
489489

490490
# 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) }}
491+
{{- if eq .Cluster.Provider "zalando-eks" }}
493492
static_egress_controller_enabled: "false"
494493
{{- else }}
495494
static_egress_controller_enabled: "true"

0 commit comments

Comments
 (0)