RepoCoreWeaveCoreWeavepublished Jun 18, 2024seen 6d

coreweave/tailscale-derp

Shell

Open original ↗

Captured source

source ↗
published Jun 18, 2024seen 6dcaptured 15hhttp 200method plain

coreweave/tailscale-derp

Language: Shell

Stars: 7

Forks: 1

Open issues: 7

Created: 2024-06-18T15:38:45Z

Pushed: 2026-06-10T19:48:05Z

Default branch: main

Fork: no

Archived: no

README:

tailscale-derp

Helm chart and container image for running tailscale DERP servers.

Tailscale offers documentation for running custom DERP servers.

The helm chart is availble in [./chart/tailscale-derp](./chart/tailscale-derp) and it's supporting container image can be found in [Docker](./Docker).

The container image follows tailscale's upstream version.

Getting Started

TL;DR

helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart/tailscale-derp

Installing the Chart

To install the chart with the release name tailscale-derp

helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart/tailscale-derp

Uninstalling the Chart

To uninstall the tailscale-derp deployment

helm uninstall tailscale-derp

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

Read through the [values.yaml](./chart/tailscale-derp/values.yaml) file. It has several commented out suggested values. DERP_* enviroment variables are arguments passed down to the derper binary.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install tailscale-derp \
--set derpServerHostname="your-hostname.com" \
oci://ghcr.io/coreweave/tailscale-derp/chart/tailscale-derp

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart/tailscale-derp -f values.yaml