-
Notifications
You must be signed in to change notification settings - Fork 680
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
tiup: add 3 docs disable/display/list #5176
Conversation
/label needs-cherry-pick-4.0 |
@Joyinqin: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/translation from-docs-cn |
/cc @ran-huang @lucklove |
tiup cluster disable <cluster-name> [flags] | ||
``` | ||
|
||
`<cluster-name>`: the cluster to disable the auto-enabling. |
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.
`<cluster-name>`: the cluster to disable the auto-enabling. | |
`<cluster-name>`: the cluster whose auto-enabling service is to be disabled. |
|
||
- Data type: `strings` | ||
- Default: `[]`, which means no node is selected. | ||
- Specifies the nodes to disable the auto-enabling. The value of this option is a comma-separated list of node IDs. The node ID is the first column of the [cluster status](/tiup/tiup-component-cluster-display.md) table. |
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
|
||
- Data type: `strings` | ||
- Default: `[]`, which means no role is selected. | ||
- Specifies the roles to disable the auto-enabling. The value of this option is a comma-separated list of node roles. The role is the second column of the [cluster status](/tiup/tiup-component-cluster-display.md) table. |
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.
same as the first comment
|
||
> **Note:** | ||
> | ||
> If `-N, --node` are specified at the same time, then the service status in their intersection is queried. |
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
/retitle tiup: add 3 docs disable/display/list |
/label require-LGT1 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 308350e
|
Co-authored-by: SIGSEGV <gnu.crazier@gmail.com>
@lucklove PTAL again thx~ |
/lgtm |
@Joyinqin: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 774e388
|
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #5242 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.0 in PR #5243 |
First-time contributors' checklist
What is changed, added or deleted? (Required)
add 3 TiUP docs:
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?