mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
docs/k8s: fix subnet router manifests (#12305)
In https://github.com/tailscale/tailscale/pull/11363 I changed the subnet router manifest to run in tun mode (for performance reasons), but did not change the security context to give it net_admin, which is required to for the tailscale socket. Updates tailscale/tailscale#12083 Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
parent
f227083539
commit
1ec0273473
@ -29,5 +29,6 @@ spec:
|
|||||||
- name: TS_ROUTES
|
- name: TS_ROUTES
|
||||||
value: "{{TS_ROUTES}}"
|
value: "{{TS_ROUTES}}"
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
capabilities:
|
||||||
runAsGroup: 1000
|
add:
|
||||||
|
- NET_ADMIN
|
||||||
|
Loading…
Reference in New Issue
Block a user