crate / crate-operator

The CrateDB Kubernetes Operator provides a convenient way to run CrateDB clusters inside Kubernetes.
https://crate.io
Apache License 2.0
22 stars 6 forks source link

Disallow rolling upgrades #584

Closed SStorm closed 5 months ago

SStorm commented 5 months ago

Summary of changes

Grand Central has a scheduler running. The scheduler does not support sharing a job store, so we must wait for one GC to stop before starting another one.

Checklist