cloudfoundry-incubator / kubecf

Cloud Foundry on Kubernetes
Apache License 2.0
115 stars 62 forks source link

Why is auctioneer moved to it's own instance group? #1368

Open jandubois opened 4 years ago

jandubois commented 4 years ago

We move auctioneer out of the scheduler instance group, but nobody seems to remember why we do this.

Maybe under SCF we could only enable/disable instance groups as a whole, so we moved out the non-Eirini parts from the scheduler.

Since we can now configure things at the job level, this would no longer be necessary. In which case we should simplify things by reverting to the default cf-deployment configuration.

mook-as commented 4 years ago

It appears to have originated in b2626e7d7d6a985fbcc9d0090cb2f38045316a34 where the commit message says:

It allows the scheduler instance group to replicate while having the auctioneer on active-passive mode.