crate-operator
crate-operator copied to clipboard
Support only CrateDB versions >= 4.2.0
Due to missing AL privileges in CrateDB < 4.2 there is a workaround to RESET allocations via the client
https://github.com/crate/crate-operator/blob/a19d9447bec053b37c9deb35966b7f1e40b93dcc/crate/operator/scale.py#L416-L426
In newer CrateDB versions, this workaround is obsolete and could be removed.