diff options
| author | Tom Proctor <tomhjp@users.noreply.github.com> | 2024-12-03 15:02:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 15:02:42 +0000 |
| commit | efdfd547979fc09ea30d96bf31fcc06cadc538f3 (patch) | |
| tree | 1cb05692cee8c1fd24f05ae70731e71a7609c402 /control/controlhttp/controlhttpserver | |
| parent | 9f9063e624c66d295d286d2f7bc85c02dfd46d4f (diff) | |
| download | tailscale-efdfd547979fc09ea30d96bf31fcc06cadc538f3.tar.xz tailscale-efdfd547979fc09ea30d96bf31fcc06cadc538f3.zip | |
cmd/k8s-operator: avoid port collision with metrics endpoint (#14185)
When the operator enables metrics on a proxy, it uses the port 9001,
and in the near future it will start using 9002 for the debug endpoint
as well. Make sure we don't choose ports from a range that includes
9001 so that we never clash. Setting TS_SOCKS5_SERVER, TS_HEALTHCHECK_ADDR_PORT,
TS_OUTBOUND_HTTP_PROXY_LISTEN, and PORT could also open arbitrary ports,
so we will need to document that users should not choose ports from the
10000-11000 range for those settings.
Updates #13406
Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
Diffstat (limited to 'control/controlhttp/controlhttpserver')
0 files changed, 0 insertions, 0 deletions
