Skip to content

Commit

Permalink
remove SimpleTab tag (#9668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Jul 21, 2022
1 parent b4bec16 commit 7d586c0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions production-deployment-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ Make sure that you have read the following documents:

You can deploy TiUP on the control machine in either of the two ways: online deployment and offline deployment.

<SimpleTab>
<div label="Deploy TiUP online">

### Deploy TiUP online

Log in to the control machine using a regular user account (take the `tidb` user as an example). Subsequent TiUP installation and cluster management can be performed by the `tidb` user.
Expand Down Expand Up @@ -84,10 +81,6 @@ Log in to the control machine using a regular user account (take the `tidb` user
tiup --binary cluster
```

</div>

<div label="Deploy TiUP offline">

### Deploy TiUP offline

Perform the following steps in this section to deploy a TiDB cluster offline using TiUP:
Expand Down Expand Up @@ -206,9 +199,6 @@ The `local_install.sh` script automatically runs the `tiup mirror set tidb-commu

To switch the mirror to another directory, run the `tiup mirror set <mirror-dir>` command. To switch the mirror to the online environment, run the `tiup mirror set https://tiup-mirrors.pingcap.com` command.

</div>
</SimpleTab>

## Step 3. Initialize cluster topology file

Run the following command to create a cluster topology file:
Expand Down

0 comments on commit 7d586c0

Please sign in to comment.