You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/containerboot
David Bond 624cdd2961
cmd/containerboot: do not reset state on non-existant secret (#17021)
This commit modifies containerboot's state reset process to handle the
state secret not existing. During other parts of the boot process we
gracefully handle the state secret not being created yet, but missed
that check within `resetContainerbootState`

Fixes https://github.com/tailscale/tailscale/issues/16804

Signed-off-by: David Bond <davidsbond93@gmail.com>
5 months ago
..
egressservices.go syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25 5 months ago
egressservices_test.go
forwarding.go
ingressservices.go
ingressservices_test.go
kube.go cmd/containerboot: do not reset state on non-existant secret (#17021) 5 months ago
kube_test.go
main.go cmd/{k8s-proxy,containerboot,k8s-operator},kube: add health check and metrics endpoints for k8s-proxy (#16540) 6 months ago
main_test.go
serve.go all-kube: create Tailscale Service for HA kube-apiserver ProxyGroup (#16572) 6 months ago
serve_test.go
settings.go
settings_test.go
tailscaled.go
test_tailscale.sh
test_tailscaled.sh