tailscale/docs
Irbe Krumina eabb424275
cmd/k8s-operator,docs/k8s: run tun mode proxies in privileged containers (#14262)
We were previously relying on unintended behaviour by runc where
all containers where by default given read/write/mknod permissions
for tun devices.
This behaviour was removed in https://github.com/opencontainers/runc/pull/3468
and released in runc 1.2.
Containerd container runtime, used by Docker and majority of Kubernetes distributions
bumped runc to 1.2 in 1.7.24 https://github.com/containerd/containerd/releases/tag/v1.7.24
thus breaking our reference tun mode Tailscale Kubernetes manifests and Kubernetes
operator proxies.

This PR changes the all Kubernetes container configs that run Tailscale in tun mode
to privileged. This should not be a breaking change because all these containers would
run in a Pod that already has a privileged init container.

Updates tailscale/tailscale#14256
Updates tailscale/tailscale#10814

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
2024-12-03 07:01:14 +00:00
..
bird wgengine/userspace: add support to automatically enable/disable the tailscale 2021-08-30 10:18:05 -07:00
k8s cmd/k8s-operator,docs/k8s: run tun mode proxies in privileged containers (#14262) 2024-12-03 07:01:14 +00:00
sysv docs/sysv: add a sysv style init script 2023-10-06 19:35:58 -07:00
webhooks all: cleanup unused code, part 2 (#10670) 2023-12-21 17:40:03 -08:00
windows/policy docs/windows/policy: update ADMX policy definitions to reflect the syspolicy settings 2024-11-25 10:49:22 -06:00