You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
629 B
629 B
Using Kubernetes Secrets as the state store for Tailscale
Tailscale supports using Kubernetes Secrets as the state store, however there is some configuration required in order for it to work.
Note: this only works if tailscaled runs inside a pod in the cluster.
-
Create a service account for Tailscale (optional)
kubectl create -f sa.yaml -
Create role and role bindings for the service account
kubectl create -f role.yaml kubectl create -f rolebinding.yaml -
Launch
tailscaledwith a Kubernetes Secret as the state store.tailscaled --state=kube:tailscale