Files
chart/community/tailscale/1.0.51/metadata.yaml
2025-03-05 14:29:05 +00:00

15 lines
539 B
YAML

runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Tailscale requires root privileges to start the tailscaled process (Only when userspace is disabled)
capabilities:
- name: NET_ADMIN
description: Tailscale requires NET_ADMIN to configure the VPN interface, modify routes, etc.
- name: NET_RAW
description: Tailscale requires NET_RAW to use raw sockets and proxying
hostMounts:
- hostPath: /dev/tun
description: Required to access the TUN device (Only when userspace is disabled)