From ade09f4e9403f79a3cc4c03273086a9cbc97642b Mon Sep 17 00:00:00 2001 From: Riley Laine Date: Tue, 20 Jan 2026 14:54:54 -0800 Subject: [PATCH] Add reuse-port flag to vtgate docs Signed-off-by: Riley Laine --- content/en/docs/23.0/reference/programs/vtgate/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/23.0/reference/programs/vtgate/_index.md b/content/en/docs/23.0/reference/programs/vtgate/_index.md index 1fa285707..c0fc4406b 100644 --- a/content/en/docs/23.0/reference/programs/vtgate/_index.md +++ b/content/en/docs/23.0/reference/programs/vtgate/_index.md @@ -204,6 +204,7 @@ vtgate \ --redact-debug-ui-queries redact full queries and bind variables from debug UI --remote-operation-timeout duration time to wait for a remote operation (default 15s) --retry-count int retry count (default 2) + --reuse-port Enable SO_REUSEPORT when binding sockets; available on Linux 3.9+ (default false) --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) --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) --service-map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice