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.23k stars 498 forks source link

How to add a configuration item to the tidb config when the config item is not supported in the CRD #3077

Closed DanielZhangQD closed 4 years ago

DanielZhangQD commented 4 years ago

Feature Request

Is your feature request related to a problem? Please describe:

It's possible that some configuration parameters are missed during the integration or some new parameters are not integrated to TiDB Operator yet, we may have to provide a way for users to configure them.

Describe the feature you'd like:

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

DanielZhangQD commented 4 years ago

cc @kolbe @cofyc @weekface @lichunzhu

DanielZhangQD commented 4 years ago

We can support user-defined confimap as described in https://github.com/pingcap/tidb-operator/issues/3234