Route entire cluster subnet over tailscale

This commit is contained in:
2025-11-11 04:05:58 +01:00
parent f54de8bea1
commit abbf61df5d
6 changed files with 23 additions and 1 deletions

7
patches/tailscale.yaml Normal file
View File

@@ -0,0 +1,7 @@
apiVersion: v1alpha1
kind: ExtensionServiceConfig
name: tailscale
environment:
- TS_AUTHKEY={{ config.tailscale.authKey }}
- TS_EXTRA_ARGS=--login-server https://headscale.huizinga.dev
- TS_ROUTES={{ helper.tailscale_subnet(node.gateway, node.netmask) }}