Files
tailscale/cmd/containerboot
Tom Meadows 926f3e2939 cmd/containerboot: make the boot map-response timeout configurable (#20914)
containerboot waits up to 60s for the initial map response before
failing. Slow map responses (>60s seen in production) leaves
containerboot to timeout and fail.

Add a TS_BOOT_TIMEOUT env var to override the default. Falls back to
60s when unset.

Fixes #20912


(cherry picked from commit 86c178754d)

Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
2026-08-19 12:43:07 +01:00
..