From 5b8af9c5376d38d527f57ca8fa56748d4417a1ed Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sat, 9 May 2026 17:30:12 +0000 Subject: [PATCH] feat: add Tailscale operator and DaemonSet --- tailscale/tailnet.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tailscale/tailnet.yaml diff --git a/tailscale/tailnet.yaml b/tailscale/tailnet.yaml new file mode 100644 index 0000000..825cf49 --- /dev/null +++ b/tailscale/tailnet.yaml @@ -0,0 +1,13 @@ +apiVersion: tailnet.tailscale.com/v1alpha1 +kind: Tailnet +metadata: + name: talos-cluster + namespace: tailscale +spec: + tagExposes: [] + dnsMode: "Split" + users: + - name: cluster-admin + selector: + matchLabels: + tailscale.com/managed: "true"