-
Notifications
You must be signed in to change notification settings - Fork 709
TiUP: fix grammar and format for topology.example.yaml #2360
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
Conversation
how-to/deploy/orchestrated/tiup.md
Outdated
| # # Global variables are applied to all deployments and as the default value of | ||
| # # them if the specific deployment value missing. | ||
| # # Global variables are applied to all deployments and used as the default value of | ||
| # # The deployments if a specific deployment value is missing. |
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.
| # # The deployments if a specific deployment value is missing. | |
| # # the deployments if a specific deployment value is missing. |
Please see my commits and comment in pingcap/docs-cn#2846 and align them in this PR. Thanks!
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.
@yikeke The file is updated. PTAL
how-to/deploy/orchestrated/tiup.md
Outdated
| # log_dir: "/tidb-deploy/pump-8249/log" | ||
| # numa_node: "0,1" | ||
| # # Config is used to overwrite the `server_configs.drainer` values | ||
| # # The following configs are used to overwrite the `server_configs.pd` values. |
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.
| # # The following configs are used to overwrite the `server_configs.pd` values. | |
| # # The following configs are used to overwrite the `server_configs.drainer` values. |
how-to/deploy/orchestrated/tiup.md
Outdated
| # log_dir: "/tidb-deploy/drainer-8249/log" | ||
| # numa_node: "0,1" | ||
| # # Config is used to overwrite the `server_configs.drainer` values | ||
| # # The following configs are used to overwrite the `server_configs.pd` values. |
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.
| # # The following configs are used to overwrite the `server_configs.pd` values. | |
| # # The following configs are used to overwrite the `server_configs.drainer` values. |
how-to/deploy/orchestrated/tiup.md
Outdated
| deploy_dir: "/tidb-deploy/pump-8249" | ||
| data_dir: "/tidb-data/pump-8249" | ||
| # Config is used to overwrite the `server_configs.drainer` values | ||
| # The following configs are used to overwrite the `server_configs.pd` values. |
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.
ditto
how-to/deploy/orchestrated/tiup.md
Outdated
| deploy_dir: "/tidb-deploy/pump-8249" | ||
| data_dir: "/tidb-data/pump-8249" | ||
| # Config is used to overwrite the `server_configs.drainer` values | ||
| # The following configs are used to overwrite the `server_configs.pd` values. |
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.
ditto
how-to/deploy/orchestrated/tiup.md
Outdated
| deploy_dir: "/tidb-deploy/pump-8249" | ||
| data_dir: "/tidb-data/pump-8249" | ||
| # Config is used to overwrite the `server_configs.drainer` values | ||
| # The following configs are used to overwrite the `server_configs.pd` values. |
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.
ditto
how-to/deploy/orchestrated/tiup.md
Outdated
| commit_ts: -1 | ||
| deploy_dir: "/tidb-deploy/drainer-8249" | ||
| # Config is used to overwrite the `server_configs.drainer` values | ||
| # The following configs are used to overwrite the `server_configs.pd` values. |
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.
ditto
how-to/deploy/orchestrated/tiup.md
Outdated
| log_dir: "deploy/tidb-4000/log" | ||
| numa_node: "0,1" | ||
| # Config is used to overwrite the `server_configs.tidb` values | ||
| # The following configs are used to overwrite the `server_configs.pd` values. |
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.
ditto
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
* Fix grammar and format for topology.example.yaml * address comments * Update tiup.md * Update tiup.md * Update tiup.md * Update tiup.md * Update tiup.md * Update tiup.md * Update quick-start-with-tidb.md
|
cherry pick to release-4.0 in PR #2361 |
* Fix grammar and format for topology.example.yaml * address comments * Update tiup.md * Update tiup.md * Update tiup.md * Update tiup.md * Update tiup.md * Update tiup.md * Update quick-start-with-tidb.md Co-authored-by: toutdesuite <guizhiluo2014@163.com>
What is changed, added or deleted? (Required)
TiUP: fix grammar and format for topology.example.yaml
Which TiDB version(s) do your changes apply to? (Required)
If you select two or more versions from above, to trigger the bot to cherry-pick this PR to your desired release version branch(es), you must add corresponding labels such as needs-cherry-pick-4.0, needs-cherry-pick-3.1, needs-cherry-pick-3.0, and needs-cherry-pick-2.1.
What is the related PR or file link(s)?