pingcap / tidb-operator

TiDB operator creates and manages TiDB clusters running in Kubernetes.
https://docs.pingcap.com/tidb-in-kubernetes/
Apache License 2.0
1.22k stars 493 forks source link

Integrate all components into one binary #780

Closed onlymellb closed 4 years ago

onlymellb commented 5 years ago

Feature Request

Is your feature request related to a problem? Please describe: Currently, there are several independent components related to the tidb operator, which may add more components in the future, too many binaries is not convenient to package and software delivery, on the other hand, it is also inconvenient to add some self-explanatory functional descriptions for these components.

Describe the feature you'd like:

Compile all components into a single binary, just like rook does. Then start different components with different commands

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

gregwebs commented 5 years ago

The goal of this is to reduce the total size of all the binaries (the tidb-operator docker image)?

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days