Skip to content

Commit

Permalink
Merge branch 'dev' into eks
Browse files Browse the repository at this point in the history
  • Loading branch information
linki committed Nov 25, 2024
2 parents de0a691 + 0b3171b commit 1300652
Show file tree
Hide file tree
Showing 3 changed files with 1,049 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,12 @@ teapot_admission_controller_scheduling_controls_enabled: "false"
teapot_admission_controller_scheduling_controls_default_architecture: "amd64"

# role-sync-controller configs
# Enabled by default only on Zalando EKS clusters
{{ if eq .Cluster.Provider "zalando-eks" }}
role_sync_controller_enabled: "true"
{{ else }}
role_sync_controller_enabled: "false"
{{ end }}

# EKS specific configuration
eks_control_plane_logging: "false"
Expand Down
Loading

0 comments on commit 1300652

Please sign in to comment.