Skip to content

Commit

Permalink
Merge pull request #1981 from zalando-incubator/e2e-ds-scheduling
Browse files Browse the repository at this point in the history
Enable DS scheduling for e2e
  • Loading branch information
aermakov-zalando authored Apr 8, 2019
2 parents 0c9973e + 4767c6c commit 4525e84
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 4525e84

Please sign in to comment.