bookingcom / shipper

Kubernetes native multi-cluster canary or blue-green rollouts using Helm
Apache License 2.0
733 stars 39 forks source link

release controller: split cluster choosing from scheduling #301

Closed juliogreff closed 4 years ago

juliogreff commented 4 years ago

As we're moving to scheduling releases in each cluster, it will become useful to split choosing which clusters to schedule a release on from the actual scheduling, as choosing the clusters can only happen once, while we'll schedule the release once per cluster.