Add note for setting TiDB configuration parameter during cluster upgr…#2431
Add note for setting TiDB configuration parameter during cluster upgr…#2431Benjamin2037 wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
这个版本对应 tidb 的版本不太清楚所以没填写,应该是一个怎样的对应关系呢?
There was a problem hiding this comment.
在 Operator 这边这个参数没有特别,不用关心 Operator 的版本。 在哪些 TiDB 版本下需要关心这个参数?
Co-authored-by: Ran <huangran.alex@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/bot-review |
|
|
||
| 2. 弃用 Pod `ValidatingWebhook` 和 `MutatingWebhook`。如果使用 v1.2 及更早版本的 TiDB Operator 在集群部署了 Webhook,并启用了 Pod `ValidatingWebhook` 和 `MutatingWebhook`,升级 TiDB Operator 到 v1.3.0-beta.1 及之后版本,Pod `ValidatingWebhook` 和 `MutatingWebhook` 被删除,但这不会对 TiDB 集群管理产生影响,也不会影响正在运行的 TiDB 集群。 | ||
|
|
||
| 3. TiDB 节点的配置参数 [`server-version`](https://docs.pingcap.com/zh/tidb/stable/tidb-configuration-file#server-version) 会被 TiDB 节点用于验证当前 TiDB 的版本。因此在进行 TiDB 集群升级前,请将 `server-version` 的值设置为空或者当前 TiDB 真实的版本值,避免出现非预期行为。 |
There was a problem hiding this comment.
该说明过于简略,建议补充说明为何需要设置 server-version 以及不设置可能导致的具体问题,使读者更清楚其重要性。
| 3. TiDB 节点的配置参数 [`server-version`](https://docs.pingcap.com/zh/tidb/stable/tidb-configuration-file#server-version) 会被 TiDB 节点用于验证当前 TiDB 的版本。因此在进行 TiDB 集群升级前,请将 `server-version` 的值设置为空或者当前 TiDB 真实的版本值,避免出现非预期行为。 | |
| 3. TiDB 节点的配置参数 [`server-version`](https://docs.pingcap.com/zh/tidb/stable/tidb-configuration-file#server-version) 会被 TiDB 节点用于验证当前 TiDB 的版本。在进行 TiDB 集群升级前,请将 `server-version` 的值设置为空或者当前 TiDB 真实的版本值。如果该参数值与实际版本不符,可能导致升级过程中出现版本校验失败等非预期行为。 |
|
✅ AI review completed, 1 comments generated. |
|
Please update the base branch for this PR from |
…ade.
First-time contributors' checklist
What is changed, added, or deleted? (Required)
Which TiDB Operator version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?