Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op-guide: add advertise-address to TiDB configuration #543

Merged
merged 4 commits into from
Aug 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions op-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ TiDB, TiKV and PD are configurable using command-line flags and environment vari

The default TiDB ports are 4000 for client requests and 10080 for status report.

### `--advertise-address`

- The IP address on which to advertise the apiserver to the TiDB server
- Default: ""
- This address must be reachable by the rest of the TiDB cluster and the user.

### `--binlog-socket`

- The TiDB services use the unix socket file for internal connections, such as the Pump service
Expand Down