Speed up ScyllaDB startup time by not copying the operator binary there #1944
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
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.
Copying the
scylla-operator
binary to the ScyllaDB container takes a lot of time (low cpu for the init container) on every startup and is not needed when we fix the current design issues #1943 and have things running in dedicated containers.When we remove all the operator processes from ScyllaDB container we no longer need to copy the binary.
The text was updated successfully, but these errors were encountered: