pingcap / pingcap/tiup

tiup可以新加一个命令吗?

Open
#1,014 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type/feature-request
Dominant language
Go
Stars
466
Forks
338
Avg merge
3d 7h
Merged PRs (30d)
8

Description

,我发现tiup有个这样的命令。
tiup cluster start ${cluster-name} -N 1.2.3.4:2379,1.2.3.5:2379这是启动一个节点上面的一种服务,tiup cluster [command] -R {role_name} 这个是启动一类节点的命令,这些命令比较繁琐,还需要记住端口号什么的,我想要一个 启动指定ip节点上面所有服务的命令,类似于 ansible-playbook start.yml -l tikv节点(因为一般tikv节点上面除了tikv还有一些tikv相关监控报警类的服务),,tiup可以做一个这样的命令吗?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the existing tiup cluster start and role-based command entry points, then compare their node selection with ansible-playbook start.yml -l for a TiKV node. Done means a command can target a specified IP and start all services associated with that node, including related monitoring and alerting services.

Written by the indexing model from the issue text.

Assessment

Tech stack
ansible, go
Domain
cli, devops
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.