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 v3.1 for configuration parameters update #1920

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 v3.1.

Describe the feature you'd like:

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

Teachability, Documentation, Adoption, Migration Strategy:

Yisaer commented 4 years ago

According to the document about the configuration in the reference for tidb-server / tikv-server / pd-server, there is a few newly added configuration for these components. And the operator already has updated it. So I think there is no need for this issue or you can provide more detail?

@DanielZhangQD

DanielZhangQD commented 4 years ago

@Yisaer If you are sure that all the newly added parameters in TiDB v3.1 are supported, feel free to close this issue.

Yisaer commented 4 years ago

For tidb: #1906 For pd: #1928 For tikv: there is no change.