| title | summary |
|---|---|
tiup dm deploy |
The `tiup dm deploy` command is used to deploy a new cluster. It requires the cluster name, version, and a prepared topology file. Optional flags include user, identity file, password, and help. The output is the deployment log. |
The tiup dm deploy command is used to deploy a new cluster.
tiup dm deploy <cluster-name> <version> <topology.yaml> [flags]<cluster-name>: the name of the new cluster, which cannot be the same as the existing cluster names.<version>: the version number of the DM cluster to be deployed, such asv2.0.0.<topology.yaml>: the prepared topology file.
- Specifies the user name used to connect to the target machine. This user must have the secret-free sudo root permission on the target machine.
- Data type:
STRING - Default: the current user who executes the command.
- Specifies the key file used to connect to the target machine.
- Data type:
STRING - Default:
~/.ssh/id_rsa
- Specifies the password used to connect to the target machine. Do not use this option and
-i/--identity_fileat the same time. - Data type:
BOOLEAN - Default: false
- Prints the help information.
- Data type:
BOOLEAN - Default: false
The deployment log.