Split operator auxiliary processes out of ScyllaDB container and remove the need to copy the operator binary there #1943
Labels
kind/epic
Categorizes issue as an epic.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
We should avoid running any operator logic in ScyllaDB container, as it's bad design and hurts ScyllaDB latency.
This will also effectively remove the hack where we copy the
scylla-operator
binary into the ScyllaDB container which takes a lot of time (init container has low cpu allocation) and significantly slows down the node start up time.Tasks
The text was updated successfully, but these errors were encountered: