scylladb / scylla-operator

The Kubernetes Operator for ScyllaDB
https://operator.docs.scylladb.com/
Apache License 2.0
332 stars 162 forks source link

Speed up ScyllaDB startup time by not copying the operator binary there #1944

Open tnozicka opened 4 months ago

tnozicka commented 4 months ago

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 https://github.com/scylladb/scylla-operator/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.

scylla-operator-bot[bot] commented 2 months ago

The Scylla Operator project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

/lifecycle stale

tnozicka commented 2 months ago

/remove-lifecycle stale /triage accepted