-
Notifications
You must be signed in to change notification settings - Fork 1.2k
update deploy document #3476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update deploy document #3476
Conversation
production-deployment-using-tiup.md
Outdated
| ``` | ||
|
|
||
| 更多方式可参考[验证集群运行状态](/post-installation-check.md)。 | ||
| 对于监控系统、dashboard,以及更多验证方式可参考[验证集群运行状态](/post-installation-check.md)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 对于监控系统、dashboard,以及更多验证方式可参考[验证集群运行状态](/post-installation-check.md)。 | |
| 通过监控系统、TiDB Dashboard 以及更多方式来验证集群运行状态,可参考[验证集群运行状态](/post-installation-check.md)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不是这个含义,我再改一下
| > 无需手动创建配置文件中的 `tidb` 用户,TiUP cluster 组件会在部署主机上自动创建该用户。可以自定义用户,也可以和中控机的用户保持一致。 | ||
| > - 无需手动创建配置文件中的 `tidb` 用户,TiUP cluster 组件会在部署主机上自动创建该用户。可以自定义用户,也可以和中控机的用户保持一致。 | ||
| > - 如果部署目录配置为相对路径,会部署在用户家目录下。 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix lint
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
yikeke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
yikeke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/merge |
|
/run-all-tests |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
|
cherry pick to release-4.0 in PR #3490 |
* how-to: update doc for deploying tidb cluster using tiup * update tiup repo link * align part of pingcap/docs-cn#3417 * translate part of pingcap/docs-cn#3476 * fix heading levels * fix punctuation * rename Co-authored-by: yikeke <yikeke@pingcap.com> Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?