Skip to content

Commit

Permalink
Change example to show how to deploy to different arch (pingcap#592)
Browse files Browse the repository at this point in the history
Signed-off-by: lucklove <[email protected]>
  • Loading branch information
lucklove authored Jul 9, 2020
1 parent d9ad659 commit 5b1588c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ global:
ssh_port: 22
deploy_dir: "deploy"
data_dir: "data"
# arch: "amd64"

pd_servers:
- host: 172.19.0.101
Expand Down
1 change: 1 addition & 0 deletions examples/topology.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ global:
ssh_port: 22
deploy_dir: "/tidb-deploy"
data_dir: "/tidb-data"
arch: "amd64" # Supported values: "amd64", "arm64" (default: "amd64")
# # Resource Control is used to limit the resource of an instance.
# # See: https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html
# # Supports using instance-level `resource_control` to override global `resource_control`.
Expand Down

0 comments on commit 5b1588c

Please sign in to comment.