tiup
tiup copied to clipboard
tiup cluster reload specifies the node/role, but all the configurations of the entire cluster are refreshed
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do?
tiup cluster reload dba-test -R prometheus
-
What did you expect to see? Only the prometheus configuration is refreshed
-
What did you see instead? The configuration of all nodes in the cluster is refreshed
-
What version of TiUP are you using (
tiup --version
)? tiup v1.5.2
without this issue, the reload
operation is not blocked. So, it is not a bug, but a request to polish the current issue. We are plan to finish it on ver 1.6.0.
This is a dupe w/ #595