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 with TiDB v4.0 for configuration parameters update #1661

Closed DanielZhangQD closed 4 years ago

DanielZhangQD commented 4 years ago

Feature Request

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

There are configuration parameters update, e.g. add, remove, type change, default value modification, etc. for the components of TiDB v4.0. https://github.com/pingcap/tidb/pull/12853 is an example. Describe the feature you'd like:

TiDB Operator needs to update for the configuration changes to support TiDB v4.0. Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

DanielZhangQD commented 4 years ago

@Yisaer Please also double-check the parameters in tidb release v3.1, which will release RC version by 03/19, normally they should already be included in the parameters of v4.0. Thanks!