Skip to content

Commit

Permalink
Enable DS scheduling for e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Ermakov <[email protected]>
  • Loading branch information
aermakov-zalando committed Apr 8, 2019
1 parent bb35311 commit 4767c6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,8 @@ coreos_image: "ami-012abdf0d2781f0a5" # Container Linux 2023.5.0 (HVM, eu-centra
enable_ingress_template_controller: "false"

# Temporary feature toggle for the new daemonset scheduler
{{if eq .Environment "e2e"}}
experimental_schedule_daemonset_pods: "true"
{{else}}
experimental_schedule_daemonset_pods: "false"
{{end}}

0 comments on commit 4767c6c

Please sign in to comment.