Skip to content

Commit f4b08f3

Browse files
committed
Add reuse-port flag to vtgate docs
1 parent 5a858aa commit f4b08f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • content/en/docs/23.0/reference/programs/vtgate

content/en/docs/23.0/reference/programs/vtgate/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ vtgate \
204204
--redact-debug-ui-queries redact full queries and bind variables from debug UI
205205
--remote-operation-timeout duration time to wait for a remote operation (default 15s)
206206
--retry-count int retry count (default 2)
207+
--reuse-port Enable SO_REUSEPORT when binding sockets; available on Linux 3.9+ (default false)
207208
--schema-change-signal Enable the schema tracker; requires queryserver-config-schema-change-signal to be enabled on the underlying vttablets for this to work (default true)
208209
--security-policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
209210
--service-map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice

0 commit comments

Comments
 (0)