After https://gerrit.wikimedia.org/r/c/operations/deployment-charts/+/831957 was merged, the matchLabels of the Deployment object for eventstreams depend on the chart id, which includes the chart version.
Given in kubernetes matchLabels for a deployment are immutable (for pretty obvious reasons...), we would now need to:
- remove the chartid from matchLabels
- depool eventstreams in a datacenter
- destroy and recreate the deployment there
- re-pool the dc
- rinse and repeat in the other datacenter.
Marking as UBN! as eventstreams can't be deployed right now and that seems serious enough to need a fix immediately.



